Skip to content

Commit

Permalink
chore: adjust eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 19, 2024
1 parent 9ddf973 commit 5b5422a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {

rules: {
'vue/no-template-shadow': 'off',
'no-console': 'warn'
'no-console': 'warn',
'@typescript-eslint/no-unused-vars': 'off',
'unused-imports/no-unused-imports': 'warn',
'unused-imports/no-unused-vars': 'warn'
}
}

0 comments on commit 5b5422a

Please sign in to comment.