Skip to content

Commit

Permalink
Enforce the no-console and require-await ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Aug 20, 2024
1 parent 598f2c8 commit ca0fbbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default withNuxt(
},
{
rules: {
'no-console': 'error',
'require-await': 'error',
'@typescript-eslint/ban-ts-comment': ['error', {
'ts-expect-error': false,
'ts-nocheck': false
Expand Down

0 comments on commit ca0fbbc

Please sign in to comment.