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