Skip to content

Commit

Permalink
chore: modify ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Mar 27, 2024
1 parent dca3fc2 commit 8ddd009
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ export default antfu(
},
{
rules: {
'curly': ['error', 'multi-line'],
'curly': ['error', 'all'],
'no-console': 'off',
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
'vue/attribute-hyphenation': 'off',
'vue/custom-event-name-casing': 'off',
'vue/max-attributes-per-line': 'error',
Expand Down

0 comments on commit 8ddd009

Please sign in to comment.