fix: disable legacy server-side JavaScript in webroot by default in YAML-format confi...
[svrjs.git] / lint-staged.config.js
blobc10fd4aee499a71d60a8384f71dd1879fc356894
1 module.exports = {
2 "tests/**/*.js": "eslint --cache --fix",
3 "src/**/*.js": "eslint --cache --fix",
4 "src/**/*.d.ts": "eslint --cache --fix",
5 "utils/**/*.js": "eslint --cache --fix"
6 };