Skip to content

Commit

Permalink
chore: simplify ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 15, 2024
1 parent 2177dc4 commit 7464bc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ import antfu from '@antfu/eslint-config'
export default await antfu(
{
stylistic: false,
ignores: ['tsconfig.json'],
},
{
rules: {
'node/prefer-global/buffer': 'off',
'node/prefer-global/process': 'off',
// Ignore rules clashing with Prettier
'vue/html-closing-bracket-newline': 'off',
'vue/html-indent': 'off',
Expand Down

0 comments on commit 7464bc1

Please # to comment.