Skip to content

Commit

Permalink
chore: remove no-console rule in root eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpowell88 committed Jun 1, 2023
1 parent a66a89c commit 42aefb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = {
rules: {
'no-restricted-properties': 'off',
'no-restricted-syntax': 'off',
'no-console': 'off',
},
},
],
Expand Down

0 comments on commit 42aefb1

Please sign in to comment.