Skip to content

Commit 73a0128

Browse files

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ module.exports = {
191191
'@typescript-eslint/restrict-plus-operands': 'error',
192192
'@typescript-eslint/require-array-sort-compare': 'error',
193193
'@typescript-eslint/type-annotation-spacing': 'error',
194+
'@typescript-eslint/unified-signatures': 'error',
194195

195196
// TypeScript supports these features
196197
'prefer-object-spread': 'error',

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"simple"
4343
],
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^1.4.0",
46-
"ava": "^1.2.0",
47-
"eslint": "^5.14.1",
45+
"@typescript-eslint/eslint-plugin": "^1.5.0",
46+
"ava": "^1.3.1",
47+
"eslint": "^5.15.3",
4848
"temp-write": "^3.4.0",
49-
"typescript": "^3.3.3"
49+
"typescript": "^3.3.4000"
5050
},
5151
"peerDependencies": {
52-
"@typescript-eslint/eslint-plugin": ">=1.4.0",
53-
"eslint": ">=5.13.0",
54-
"typescript": ">=3.3.3"
52+
"@typescript-eslint/eslint-plugin": ">=1.5.0",
53+
"eslint": ">=5.15.3",
54+
"typescript": ">=3.3.4000"
5555
}
5656
}

0 commit comments

Comments
 (0)