Skip to content

Commit

Permalink
fix: set no-console rule in all lib/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 2, 2024
1 parent 535d236 commit 0a04d04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ module.exports = {
rules: {
'import/no-extraneous-dependencies': ['error', { devDependencies: false }],
},
}, {
files: ['lib/**'],
rules: {
'no-console': 'error',
},
}],
rules: {
'accessor-pairs': 'error',
Expand Down

0 comments on commit 0a04d04

Please sign in to comment.