greenrhombus/lint-staged.config.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

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