Dorian Niemiec
67c0c8b97f
Some checks failed
Repo sync GitHub -> SVR.JS Git server / svrjsgit (push) Has been cancelled
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
module.exports = {
|
|
"tests/**/*.js": "eslint --cache --fix",
|
|
"src/**/*.js": "eslint --cache --fix"
|
|
};
|