File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
7+ exclude : ' \.svg$'
78 - id : check-yaml
89 - id : check-added-large-files
910 args : ["--maxkb=500"]
2223 entry : npx eslint --ext ts -c .eslintrc.cjs
2324 language : system
2425 types : [ts]
26+ exclude : ' ^test/'
2527
2628 - id : typecheck
2729 name : typecheck
Original file line number Diff line number Diff line change 1212 // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1313 // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
1414 // "noUnusedParameters": true, /* Report errors on unused parameters. */
15- }
15+ },
16+ "exclude" : [" test" , " out" , " node_modules" ]
1617}
You can’t perform that action at this time.
0 commit comments