File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-plain-typescript" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Plain config without any rules that makes typescript working with ESLint" ,
5
5
"repository" : " https://github.com/RIP21/eslint-config-plain-typescript" ,
6
6
"license" : " MIT" ,
12
12
],
13
13
"devDependencies" : {
14
14
"eslint" : " ^5.15.3" ,
15
- "typescript " : " ^3.3.3333 " ,
16
- "np " : " ^4.0.2 "
15
+ "np " : " ^4.0.2 " ,
16
+ "typescript " : " ^3.3.3333 "
17
17
},
18
18
"dependencies" : {
19
- "babel -eslint" : " 10.0.1 " ,
19
+ "@typescript -eslint/eslint-plugin " : " 1.4.2 " ,
20
20
"@typescript-eslint/parser" : " ^1.4.2" ,
21
- "@typescript -eslint/eslint-plugin " : " 1.4.2 "
21
+ "babel -eslint" : " 10.0.1 "
22
22
},
23
23
"peerDependencies" : {
24
24
"eslint" : " >=5.15" ,
You can’t perform that action at this time.
0 commit comments