Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 70c490a

Browse files
committed
chore(package.json): update eslint version and add typescript
1 parent 8ccc0d2 commit 70c490a

File tree

2 files changed

+124
-245
lines changed

2 files changed

+124
-245
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-eslint": "^10.1.0",
1818
"conventional-changelog-conventionalcommits": "^4.5.0",
19-
"eslint": "^7.0.0",
19+
"eslint": "^6.8.0",
2020
"eslint-config-standard": "^14.1.1",
2121
"eslint-plugin-import": "^2.20.2",
2222
"eslint-plugin-jest": "^23.13.1",
@@ -28,6 +28,7 @@
2828
"lerna": "^4.0.0",
2929
"lerna-changelog": "^1.0.1",
3030
"semver": "^7.3.2",
31+
"typescript": "^3.4.0",
3132
"vue": "^2.6.11",
3233
"vue-eslint-parser": "^7.1.0",
3334
"vue-template-compiler": "^2.6.11",

0 commit comments

Comments
 (0)