repo.or.cz
/
svrjs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix: disable legacy server-side JavaScript in webroot by default in YAML-format confi...
[svrjs.git]
/
lint-staged.config.js
blob
c10fd4aee499a71d60a8384f71dd1879fc356894
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
};