Skip to content

Commit

Permalink
chore: turn off eslint no-console whilst actively developing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcarman committed May 22, 2024
1 parent 2df2890 commit 7e1d71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
root: true,
rules: {
header: 'off',
'no-console': 'off',
},
};

0 comments on commit 7e1d71d

Please sign in to comment.