Skip to content

Commit 533424d

Browse files
committed
edit eslint config, add deps
1 parent 2c2ceb4 commit 533424d

File tree

3 files changed

+846
-784
lines changed

3 files changed

+846
-784
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"plugins": ["vue", "@typescript-eslint"],
1818
"rules": {
19-
"curly": ["error", "all"],
19+
"curly": ["error", "multi-line"],
2020
"no-useless-return": "error",
2121
"no-else-return": "error",
2222
"nonblock-statement-body-position": ["error", "below"],

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"*.{ts,vue,md}": "prettier --write"
4646
},
4747
"devDependencies": {
48-
"@rollup/plugin-terser": "^0.4.0",
49-
"@types/node": "^18.15.9",
50-
"@typescript-eslint/eslint-plugin": "^5.56.0",
51-
"@typescript-eslint/parser": "^5.56.0",
52-
"@vitejs/plugin-vue": "^4.1.0",
48+
"@rollup/plugin-terser": "^0.4.3",
49+
"@types/node": "^18.16.18",
50+
"@typescript-eslint/eslint-plugin": "^5.60.0",
51+
"@typescript-eslint/parser": "^5.60.0",
52+
"@vitejs/plugin-vue": "^4.2.3",
5353
"animated-scroll-to": "^2.3.0",
5454
"cpy-cli": "^4.2.0",
55-
"cypress": "^12.8.1",
56-
"eslint": "^8.36.0",
57-
"eslint-plugin-vue": "^9.10.0",
55+
"cypress": "^12.15.0",
56+
"eslint": "^8.43.0",
57+
"eslint-plugin-vue": "^9.15.0",
5858
"husky": "^8.0.3",
59-
"playwright-webkit": "^1.32.1",
60-
"prettier": "^2.8.7",
59+
"playwright-webkit": "^1.35.1",
60+
"prettier": "^2.8.8",
6161
"rimraf": "^4.4.1",
6262
"typescript": "^4.9.5",
63-
"vue": "^3.2.47",
64-
"vue-router": "^4.1.6",
65-
"vue-tsc": "^1.2.0",
66-
"vite": "4.1.4"
63+
"vite": "4.1.4",
64+
"vue": "^3.3.4",
65+
"vue-router": "^4.2.2",
66+
"vue-tsc": "^1.8.1"
6767
}
6868
}

0 commit comments

Comments
 (0)