Skip to content

Commit

Permalink
chore: up @nuxt/eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Mar 22, 2024
1 parent 1d11da7 commit 529615e
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 135 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt({
rules: {
'vue/valid-v-slot': 'off',
'vue/html-closing-bracket-newline': 'off',
'vue/singleline-html-element-content-newline': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@nuxt/eslint": "^0.3.0-beta.2",
"@nuxt/eslint": "0.3.0-beta.3",
"@nuxt/test-utils": "^3.12.0",
"@vue/test-utils": "^2.4.5",
"happy-dom": "^13.9.0",
Expand Down

0 comments on commit 529615e

Please sign in to comment.