Skip to content

Commit

Permalink
chore: Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Nov 2, 2024
1 parent cf34d5f commit e68e8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default [
'@typescript-eslint/no-unused-vars': ['error', { caughtErrors: 'none', varsIgnorePattern: '^_' }],
'vue/multi-word-component-names': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
},
},
];

0 comments on commit e68e8fc

Please sign in to comment.