We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c170f commit bc7cda2Copy full SHA for bc7cda2
.eslintrc
@@ -8,7 +8,9 @@
8
"import/no-unresolved": "off",
9
"@typescript-eslint/no-floating-promises": "off",
10
"@typescript-eslint/no-unnecessary-condition": "off",
11
- "@typescript-eslint/no-invalid-void-type": "off"
+ "@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"
14
},
15
"parserOptions": {
16
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]
package.json
@@ -59,7 +59,7 @@
59
"docz-theme-default": "1.2.0",
60
"docz-utils": "2.3.0",
61
"eslint": "7.22.0",
62
- "kcd-scripts": "8.1.0",
+ "kcd-scripts": "8.1.1",
63
"prettier": "^2.2.1",
64
"react": "17.0.1",
65
"react-dom": "^17.0.1",
0 commit comments