svrjs-cache-mod/lint-staged.config.js

5 lines
105 B
JavaScript
Raw Normal View History

2024-12-15 19:21:25 +01:00
module.exports = {
"tests/**/*.js": "eslint --cache --fix",
"src/**/*.js": "eslint --cache --fix"
};