8000 feat: support ts3.7 (#3) · vuejs/eslint-config-typescript@492eb2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 492eb2b

Browse files
ipcjshaoqunjiang
ipcjs
authored andcommitted
feat: support ts3.7 (#3)
* chore: update deps * chore: add .gitignore
1 parent d0e22ca commit 492eb2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "^1.7.0",
25-
"@typescript-eslint/parser": "^1.7.0"
24+
"@typescript-eslint/eslint-plugin": "^2.5.0",
25+
"@typescript-eslint/parser": "^2.5.0"
2626
}
2727
}

0 commit comments

Comments
 (0)
0