Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Aug 21, 2024
1 parent 686f7b4 commit 5feab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'quotes': ['error', 'single'],
'semi': ['error', 'always'],
'no-unused-vars': ['error', {'args': 'none'}],
//'no-console': ['error', { allow: ['warn', 'error'] }],
'no-console': ['error', { allow: ['warn', 'error'] }],
'no-var': 'off',
'prefer-const': 'error',
'no-assign-const': 'off'
Expand Down

0 comments on commit 5feab38

Please sign in to comment.