From bc7cda2fae588bc80f419b7dbb6936c29141425e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 21:04:24 +1100 Subject: [PATCH] chore(deps-dev): bump kcd-scripts from 8.1.0 to 8.1.1 (#581) * chore(deps-dev): bump kcd-scripts from 8.1.0 to 8.1.1 Bumps [kcd-scripts](https://github.com/kentcdodds/kcd-scripts) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/kentcdodds/kcd-scripts/releases) - [Changelog](https://github.com/kentcdodds/kcd-scripts/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/kcd-scripts/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot[bot] * chore: update lint config to disable stylistic typesctipt rules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Peyper --- .eslintrc | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",