Skip to content

Commit 41e83ff

Browse files
committed
v0.0.2
1 parent a1684c8 commit 41e83ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-plain-typescript",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Plain config without any rules that makes typescript working with ESLint",
55
"repository": "https://github.com/RIP21/eslint-config-plain-typescript",
66
"license": "MIT",
@@ -12,13 +12,13 @@
1212
],
1313
"devDependencies": {
1414
"eslint": "^5.15.3",
15-
"typescript": "^3.3.3333",
16-
"np": "^4.0.2"
15+
"np": "^4.0.2",
16+
"typescript": "^3.3.3333"
1717
},
1818
"dependencies": {
19-
"babel-eslint": "10.0.1",
19+
"@typescript-eslint/eslint-plugin": "1.4.2",
2020
"@typescript-eslint/parser": "^1.4.2",
21-
"@typescript-eslint/eslint-plugin": "1.4.2"
21+
"babel-eslint": "10.0.1"
2222
},
2323
"peerDependencies": {
2424
"eslint": ">=5.15",

0 commit comments

Comments
 (0)