diff --git a/.eslintrc b/.eslintrc index f49a9cab..5a89ca48 100644 --- a/.eslintrc +++ b/.eslintrc @@ -8,7 +8,9 @@ "import/no-unresolved": "off", "@typescript-eslint/no-floating-promises": "off", "@typescript-eslint/no-unnecessary-condition": "off", - "@typescript-eslint/no-invalid-void-type": "off" + "@typescript-eslint/no-invalid-void-type": "off", + "@typescript-eslint/non-nullable-type-assertion-style": "off", + "@typescript-eslint/sort-type-union-intersection-members": "off" }, "parserOptions": { "project": ["./tsconfig.json", "./scripts/tsconfig.json"] diff --git a/package.json b/package.json index 3204810a..d47e72d8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "docz-theme-default": "1.2.0", "docz-utils": "2.3.0", "eslint": "7.22.0", - "kcd-scripts": "8.1.0", + "kcd-scripts": "8.1.1", "prettier": "^2.2.1", "react": "17.0.1", "react-dom": "^17.0.1",