Skip to content

Commit

Permalink
build(lint): disallow usage of console in code
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleShit committed Aug 15, 2024
1 parent 70b7131 commit ce049a5
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 @@ -28,6 +28,7 @@ export default tseslint.config(
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'error',
},
},
);

0 comments on commit ce049a5

Please sign in to comment.