File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments