Skip to content

Commit f755ccf

Browse files
committed
chore: modify ESLint rules
1 parent a8be672 commit f755ccf

File tree

3 files changed

+70
-71
lines changed

3 files changed

+70
-71
lines changed

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default antfu(
1010
'curly': ['error', 'all'],
1111
'no-console': 'off',
1212
'vue/attribute-hyphenation': 'off',
13-
'vue/custom-event-name-casing': 'off',
1413
'vue/max-attributes-per-line': 'error',
1514
'vue/multi-word-component-names': 'off',
1615
'vue/no-deprecated-v-bind-sync': 'off',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
"vue-demi": "^0.14.7"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^2.12.1",
79+
"@antfu/eslint-config": "^2.12.2",
8080
"@commitlint/cli": "^19.2.1",
8181
"@commitlint/config-conventional": "^19.1.0",
8282
"@types/cross-spawn": "^6.0.6",
8383
"@types/lodash-es": "^4.17.12",
84-
"@types/node": "^20.12.4",
84+
"@types/node": "^20.12.5",
8585
"@types/prompts": "^2.4.9",
8686
"@types/semver": "^7.5.8",
8787
"@vitejs/plugin-vue": "^5.0.4",
@@ -95,7 +95,7 @@
9595
"eslint-plugin-format": "^0.1.0",
9696
"eslint-ts-patch": "8.57.0-0",
9797
"esno": "^4.7.0",
98-
"happy-dom": "^14.5.1",
98+
"happy-dom": "^14.7.0",
9999
"json-editor-vue": "workspace:*",
100100
"kolorist": "^1.8.0",
101101
"lint-staged": "^15.2.2",

0 commit comments

Comments
 (0)