Skip to content

Commit bc7cda2

Browse files
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](kentcdodds/kcd-scripts@v8.1.0...v8.1.1) Signed-off-by: dependabot[bot] <[email protected]> * 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 <[email protected]>
1 parent 27c170f commit bc7cda2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"import/no-unresolved": "off",
99
"@typescript-eslint/no-floating-promises": "off",
1010
"@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"
1214
},
1315
"parserOptions": {
1416
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"docz-theme-default": "1.2.0",
6060
"docz-utils": "2.3.0",
6161
"eslint": "7.22.0",
62-
"kcd-scripts": "8.1.0",
62+
"kcd-scripts": "8.1.1",
6363
"prettier": "^2.2.1",
6464
"react": "17.0.1",
6565
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)