Skip to content

Commit

Permalink
chore: enable eslint no-console rule (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksted authored Jan 17, 2025
1 parent 7549c8b commit 8f8d620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ export default withNuxt(
*/
rules: {
'arrow-parens': 'off',
'no-console': ['error'],
'no-constant-binary-expression': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-expressions': ['error', { allowTernary: true }],
'vue/no-console': ['error'],
'vue/no-multiple-template-root': ['off'],
'vue/no-v-html': ['off'],
'vue/html-self-closing': ['error', { html: { void: 'always' } }],
Expand Down

0 comments on commit 8f8d620

Please sign in to comment.