svrjs-cache-mod/lint-staged.config.js
2024-12-15 19:21:25 +01:00

4 lines
105 B
JavaScript

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