4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
module.exports = {
|
|
"tests/**/*.js": "eslint --cache --fix",
|
|
"src/**/*.js": "eslint --cache --fix"
|
|
};
|