Skip to content

Commit

Permalink
chore(deps-dev): bump kcd-scripts from 8.1.0 to 8.1.1 (#581)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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 <michael.peyper@ailo.io>
  • Loading branch information
dependabot[bot] and mpeyper committed Mar 17, 2021
1 parent 27c170f commit bc7cda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc7cda2

Please sign in to comment.