Skip to content

Commit 85e7a25

Browse files

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ module.exports = {
231231
// }
232232
// ],
233233

234+
'@typescript-eslint/prefer-regexp-exec': 'error',
234235
'@typescript-eslint/unified-signatures': 'error',
235236

236237
// TypeScript supports these features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^1.8.0",
45+
"@typescript-eslint/eslint-plugin": "^1.9.0",
4646
"ava": "^1.4.1",
4747
"eslint": "^5.16.0",
4848
"temp-write": "^4.0.0",
4949
"typescript": "^3.4.5"
5050
},
5151
"peerDependencies": {
52-
"@typescript-eslint/eslint-plugin": ">=1.7.0",
52+
"@typescript-eslint/eslint-plugin": ">=1.9.0",
5353
"eslint": ">=5.16.0",
5454
"typescript": ">=3.4.0"
5555
}

0 commit comments

Comments
 (0)