Skip to content

Commit

Permalink
chore: update eslint config (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotdogc1017 authored Aug 13, 2024
1 parent 12af841 commit e017f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default antfu(
'no-console': 'warn',
'import/first': 'off',
'import/order': 'off',
'max-statements-per-line': ['error', { max: 2 }],
'style/max-statements-per-line': ['error', { max: 2 }],
'vue/one-component-per-file': 'off',
'unicorn/prefer-dom-node-text-content': 'off',
'unicorn/prefer-number-properties': 'off',
Expand Down

0 comments on commit e017f01

Please sign in to comment.