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 22, 2023
1 parent 4ea84e6 commit 2d50f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ module.exports = {
'quotes': ['error', 'single', { 'avoidEscape': true }],
'radix': 'error',
'semi': ['error', 'always'],
'space-before-blocks': 'error',
'space-before-function-paren': ['error', 'never'],
'space-before-blocks': 'warn',
'space-before-function-paren': ['warn', 'never'],
'space-in-parens': ['error', 'never'],
'space-infix-ops': 'error',
'space-unary-ops': 'error',
Expand Down

0 comments on commit 2d50f8a

Please sign in to comment.