Skip to content

Commit 6964344

Browse files
committed
1 parent 1e6dc3e commit 6964344

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
@@ -535,6 +535,7 @@ module.exports = {
535535
// ],
536536

537537
'@typescript-eslint/prefer-regexp-exec': 'error',
538+
'@typescript-eslint/prefer-return-this-type': 'error',
538539
'@typescript-eslint/unified-signatures': 'error',
539540

540541
// Disabled per typescript-eslint recommendation: https://github.com/typescript-eslint/typescript-eslint/blob/e26e43ffba96f6d46198b22f1c8dd5c814db2652/docs/getting-started/linting/FAQ.md#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
},
4949
"devDependencies": {
5050
"@typescript-eslint/eslint-plugin": "^4.28.1",
51-
"@typescript-eslint/parser": "^4.28.1",
51+
"@typescript-eslint/parser": "^4.29.0",
5252
"ava": "^2.4.0",
5353
"eslint": "^7.8.1",
5454
"temp-write": "^4.0.0"
5555
},
5656
"peerDependencies": {
57-
"@typescript-eslint/eslint-plugin": ">=4.28.1",
58-
"eslint": ">=7.30.0",
57+
"@typescript-eslint/eslint-plugin": ">=4.29.0",
58+
"eslint": ">=7.32.0",
5959
"typescript": ">=4.3"
6060
}
6161
}

0 commit comments

Comments
 (0)