Skip to content

Commit

Permalink
Merge pull request #41 from keyoke/keyoke/features
Browse files Browse the repository at this point in the history
update linting
  • Loading branch information
keyoke authored Sep 29, 2021
2 parents 914629d + 8079d6c commit e237151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"rules": {
"semi": ["error", "always"],
"quotes": ["error", "single"],
"quotes": ["error", "single", { "avoidEscape": true }],
"global-require": 0,
"no-underscore-dangle": 0,
"no-await-in-loop": 0,
Expand Down

0 comments on commit e237151

Please sign in to comment.