Skip to content

Commit

Permalink
fix eslint rules to match .prettierrc.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Aug 25, 2023
1 parent 92e5d2a commit 026e98e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ module.exports = {
root: true,
rules: {
'no-extra-boolean-cast': 0,
'quotes': [
'error',
'single',
{ 'avoidEscape': true, 'allowTemplateLiterals': true }
]
},
extends: [
'eslint:recommended',
Expand Down

0 comments on commit 026e98e

Please sign in to comment.