We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e22ca commit 492eb2bCopy full SHA for 492eb2b
.gitignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+package-lock.json
package.json
@@ -21,7 +21,7 @@
21
},
22
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
23
"dependencies": {
24
- "@typescript-eslint/eslint-plugin": "^1.7.0",
25
- "@typescript-eslint/parser": "^1.7.0"
+ "@typescript-eslint/eslint-plugin": "^2.5.0",
+ "@typescript-eslint/parser": "^2.5.0"
26
}
27
0 commit comments