Skip to content

Commit

Permalink
Relax some eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jul 29, 2023
1 parent 7c9a794 commit f005edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = {
'operator-assignment': ['error', 'always'],
'padded-blocks': ['warn', 'never'],
'prefer-const': 'error',
'quotes': ['error', 'single', { 'avoidEscape': true }],
'quotes': ['warn', 'single', { 'avoidEscape': true }],
'radix': 'error',
'semi': ['error', 'always'],
'space-before-blocks': 'warn',
Expand Down

0 comments on commit f005edc

Please sign in to comment.