File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ module.exports = {
3131 allowExpressions : true
3232 }
3333 ] ,
34+ 'typescript/generic-type-naming' : [
35+ 'error' ,
36+ '^[A-Z][a-zA-Z]+$'
37+ ] ,
3438 'typescript/member-delimiter-style' : 'error' ,
3539 'typescript/member-ordering' : 'error' ,
3640 'typescript/no-angle-bracket-type-assertion' : 'error' ,
Original file line number Diff line number Diff line change 4242 " simple"
4343 ],
4444 "devDependencies" : {
45- "ava" : " * " ,
46- "eslint" : " ^5.5 .0" ,
47- "eslint-plugin-typescript" : " ^0.12 .0" ,
45+ "ava" : " ^0.25.0 " ,
46+ "eslint" : " ^5.9 .0" ,
47+ "eslint-plugin-typescript" : " ^0.13 .0" ,
4848 "temp-write" : " ^3.1.0" ,
49- "typescript" : " ^3.0.3 " ,
50- "typescript-eslint-parser" : " ^18.0.0 "
49+ "typescript" : " ^3.1.6 " ,
50+ "typescript-eslint-parser" : " ^20.1.1 "
5151 },
5252 "peerDependencies" : {
53- "eslint" : " >=5.5 .0" ,
54- "eslint-plugin-typescript" : " >=0.12 .0" ,
55- "typescript" : " >=2.8.3 " ,
56- "typescript-eslint-parser" : " >=15.0.0 "
53+ "eslint" : " >=5.9 .0" ,
54+ "eslint-plugin-typescript" : " >=0.13 .0" ,
55+ "typescript" : " >=3.1.6 " ,
56+ "typescript-eslint-parser" : " >=20.1.1 "
5757 }
5858}
You can’t perform that action at this time.
0 commit comments