File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
"max-lines-per-function": "off",
5
5
"no-constant-condition": "off",
6
6
"no-await-in-loop": "off",
7
- "react-hooks/rules-of-hooks": "off",
8
7
"no-console": "off",
9
8
"import/no-unresolved": "off",
9
+ "react-hooks/rules-of-hooks": "off",
10
10
"@typescript-eslint/no-floating-promises": "off",
11
- "@typescript-eslint/no-unnecessary-condition": ["error", { "allowConstantLoopConditions": true }]
11
+ "@typescript-eslint/no-unnecessary-condition": "off"
12
12
},
13
13
"parserOptions": {
14
14
"project": ["./tsconfig.json", "./test/tsconfig.json"]
Original file line number Diff line number Diff line change 28
28
"validate" : " kcd-scripts validate" ,
29
29
"prepare" : " npm run build" ,
30
30
"build" : " kcd-scripts build --out-dir lib" ,
31
+ "test" : " kcd-scripts test" ,
32
+ "typecheck" : " kcd-scripts typecheck" ,
31
33
"lint" : " kcd-scripts lint" ,
32
34
"format" : " kcd-scripts format" ,
33
35
"coverage" : " codecov" ,
34
- "test" : " kcd-scripts test" ,
35
36
"docs:dev" : " docz dev" ,
36
37
"docs:build" : " docz build" ,
37
38
"contributors:add" : " all-contributors add"
You can’t perform that action at this time.
0 commit comments