File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
"import/no-unresolved": "off",
9
9
"@typescript-eslint/no-floating-promises": "off",
10
10
"@typescript-eslint/no-unnecessary-condition": "off",
11
- "@typescript-eslint/no-invalid-void-type": "off"
11
+ "@typescript-eslint/no-invalid-void-type": "off",
12
+ "@typescript-eslint/non-nullable-type-assertion-style": "off",
13
+ "@typescript-eslint/sort-type-union-intersection-members": "off"
12
14
},
13
15
"parserOptions": {
14
16
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]
Original file line number Diff line number Diff line change 59
59
"docz-theme-default" : " 1.2.0" ,
60
60
"docz-utils" : " 2.3.0" ,
61
61
"eslint" : " 7.22.0" ,
62
- "kcd-scripts" : " 8.1.0 " ,
62
+ "kcd-scripts" : " 8.1.1 " ,
63
63
"prettier" : " ^2.2.1" ,
64
64
"react" : " 17.0.1" ,
65
65
"react-dom" : " ^17.0.1" ,
You can’t perform that action at this time.
0 commit comments