6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
module.exports = {
|
|
"tests/**/*.js": "eslint --cache --fix",
|
|
"src/**/*.js": "eslint --cache --fix",
|
|
"src/**/*.d.ts": "eslint --cache --fix",
|
|
"utils/**/*.js": "eslint --cache --fix"
|
|
};
|