Skip to content

Commit

Permalink
remove noizy rules to common valid code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 17, 2023
1 parent d4023be commit b2d58d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'error',
{
checksConditionals: false,
checksVoidReturn: false,
},
],
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
Expand Down Expand Up @@ -80,7 +81,6 @@ module.exports = {
'no-dupe-keys': 'error',
'no-empty-pattern': 'error',
'no-extra-boolean-cast': 'error',
'no-promise-executor-return': 'error',
'no-redeclare': 'error',
'no-return-await': 'error',
'no-unused-private-class-members': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ts-prefixer",
"version": "0.23.0",
"version": "0.23.2",
"description": "Zero extends ESLint config for TS. integrated Prettier.",
"main": "index.cjs",
"bin": "./bin/cli.js",
Expand Down

0 comments on commit b2d58d2

Please sign in to comment.