forked from svrjs/svrjs
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
module.exports = {
|
|
"tests/**/*.js": "eslint --cache --fix",
|
|
"src/**/*.js": "eslint --cache --fix",
|
|
"utils/**/*.js": "eslint --cache --fix"
|
|
};
|