svrrouter/lint-staged.config.js
2025-01-01 18:09:15 +01:00

6 lines
191 B
JavaScript

module.exports = {
"tests/**/*.js": "eslint --cache --fix",
"src/**/*.js": "eslint --cache --fix",
"src/**/*.d.ts": "eslint --cache --fix",
"utils/**/*.js": "eslint --cache --fix"
};