Skip to content

Commit

Permalink
Re-add no-console eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Oct 18, 2024
1 parent 37fbd35 commit 212245e
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 @@ -33,6 +33,7 @@ export default tseslint.config(
"@typescript-eslint/no-unused-vars": ["error", { caughtErrorsIgnorePattern: "^_" }],
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"no-console": "error",

// Imports
"import/extensions": ["error", "ignorePackages"],
Expand Down

0 comments on commit 212245e

Please sign in to comment.