svrrouter/lint-staged.config.js

7 lines
191 B
JavaScript
Raw Normal View History

2025-01-01 18:09:15 +01:00
module.exports = {
"tests/**/*.js": "eslint --cache --fix",
"src/**/*.js": "eslint --cache --fix",
"src/**/*.d.ts": "eslint --cache --fix",
"utils/**/*.js": "eslint --cache --fix"
};