Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Oct 31, 2023
1 parent 1cc3188 commit 40deb0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ module.exports = {
'unix'
],
quotes: [
'error',
'single'
'warn',
'double'
],
semi: [
'error',
'never'
'warn',
'always'
],
'comma-dangle': ['error', 'never'],
'comma-dangle': ['warn', 'never'],
'space-before-function-paren': ['error', {
anonymous: 'never',
named: 'never',
Expand Down

0 comments on commit 40deb0d

Please sign in to comment.