Skip to content

Commit

Permalink
chore: eslint 规则调整
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Jul 12, 2024
1 parent 1303880 commit ac53117
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 109 deletions.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default antfu(
rules: {
'eslint-comments/no-unlimited-disable': 'off',
'curly': ['error', 'all'],
'antfu/consistent-list-newline': 'off',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@antfu/eslint-config": "^2.21.3",
"@iconify/json": "^2.2.223",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^1.0.1",
Expand Down
Loading

0 comments on commit ac53117

Please sign in to comment.