fix: update standard configuration to include ignore for scripts directory
Some checks failed
CI/CD Pipeline / Test & Lint (16.x) (push) Has been cancelled
CI/CD Pipeline / Test & Lint (18.x) (push) Has been cancelled
CI/CD Pipeline / Test & Lint (20.x) (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Release (push) Has been cancelled
Demo Deployment / Build Demo (push) Has been cancelled
Demo Deployment / Test Demo (push) Has been cancelled
Demo Deployment / Performance Audit (push) Has been cancelled
Demo Deployment / Deploy to Staging (push) Has been cancelled
Demo Deployment / Deploy to Production (push) Has been cancelled

This commit is contained in:
2025-05-24 12:34:08 +02:00
parent f4e3d318ee
commit 683f6741a6

View File

@ -54,6 +54,9 @@
"standard": {
"globals": [
"requestAnimationFrame"
],
"ignore": [
"scripts/"
]
},
"pre-commit": [