Skip to content

Commit ee67327

Browse files
committed
1 parent b91c26a commit ee67327

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
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
}

0 commit comments

Comments
 (0)