File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,4 @@ export default [...fixupConfigRules(compat.extends(
5151 "simple-import-sort/imports" : "error" ,
5252 "simple-import-sort/exports" : "error" ,
5353 } ,
54-
55- files : [ "**/*.ts" ] ,
5654} ] ;
Original file line number Diff line number Diff line change 1313 "docs" : " typedoc" ,
1414 "exports:check" : " api-extractor run --verbose" ,
1515 "exports:update" : " api-extractor run --verbose --local" ,
16- "fix" : " eslint --max-warnings 0 --fix src && prettier --write src" ,
17- "lint" : " eslint --max-warnings 0 && prettier --check src" ,
16+ "fix" : " eslint --max-warnings 0 src --fix src && prettier --write src" ,
17+ "lint" : " eslint --max-warnings 0 src && prettier --check src" ,
1818 "test" : " npm run test:unit && npm run test:cck" ,
1919 "test:cck" : " tsc && mocha test/cck/cck.spec.ts" ,
2020 "test:unit" : " mocha 'src/**/*.spec.ts'"
You can’t perform that action at this time.
0 commit comments