Skip to content

Commit be6ad23

Browse files
committed
1 parent 9809c15 commit be6ad23

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ module.exports = {
269269
'@typescript-eslint/no-dupe-class-members': 'error',
270270
'no-duplicate-imports': 'off',
271271
'@typescript-eslint/no-duplicate-imports': 'error',
272+
'@typescript-eslint/no-confusing-void-expression': 'error',
272273
'@typescript-eslint/no-dynamic-delete': 'error',
273274
'no-empty-function': 'off',
274275
'@typescript-eslint/no-empty-function': 'error',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"simple"
4545
],
4646
"devDependencies": {
47-
"@typescript-eslint/eslint-plugin": "^4.6.0",
48-
"@typescript-eslint/parser": "^4.6.0",
47+
"@typescript-eslint/eslint-plugin": "^4.7.0",
48+
"@typescript-eslint/parser": "^4.7.0",
4949
"ava": "^2.4.0",
5050
"eslint": "^7.8.1",
5151
"temp-write": "^4.0.0",
5252
"typescript": "^4.0.2"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=4.6.0",
55+
"@typescript-eslint/eslint-plugin": ">=4.7.0",
5656
"eslint": ">=7.8.0",
5757
"typescript": ">=3.6.0"
5858
}

0 commit comments

Comments
 (0)