File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,11 @@ export default [
3636 } ,
3737 } ,
3838 {
39- ignores : [ 'node_modules/' ] ,
39+ ignores : [ 'node_modules' ] ,
40+ } ,
41+ {
42+ files : [ '**/*.test.js' ] ,
43+ ...jest . configs [ 'flat/recommended' ] ,
4044 } ,
4145 ...compat . config ( {
4246 plugins : [ 'require-extensions' ] ,
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "format" : " npx prettier . --write" ,
77 "format-check" : " npx prettier . --check" ,
8- "lint-js" : " npx eslint **/*.js " ,
8+ "lint-js" : " npx eslint . " ,
99 "gen-ipa-docs" : " node tools/spectral/ipa/scripts/generateRulesetReadme.js" ,
1010 "ipa-validation" : " spectral lint ./openapi/.raw/v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml" ,
1111 "ipa-filter-violations" : " node tools/spectral/ipa/scripts/filter-ipa-violations.js" ,
You can’t perform that action at this time.
0 commit comments