Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Jan 8, 2024
1 parent 65781ef commit 01cab47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {

rules: {
'no-catch-shadow': 0,
'no-console': ['warn', { allow: ['warn', 'error'] }],
'no-console': ['error', { allow: ['warn', 'error'] }],
quotes: [
'error',
'single',
Expand Down

This file was deleted.

0 comments on commit 01cab47

Please sign in to comment.