modsecurity-integration/lint-staged.config.js
Dorian Niemiec 67c0c8b97f
Some checks failed
Repo sync GitHub -> SVR.JS Git server / svrjsgit (push) Has been cancelled
chore: init
2025-01-12 18:33:26 +01:00

4 lines
105 B
JavaScript

module.exports = {
"tests/**/*.js": "eslint --cache --fix",
"src/**/*.js": "eslint --cache --fix"
};