Skip to content

Commit

Permalink
fix: add missing double quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Apr 29, 2024
1 parent 7c04370 commit 9ecd35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"allowTernary": true
}
],
no-plusplus: "off",
"no-plusplus": "off",
"no-continue": "off",
"arrow-body-style": [
0,
Expand Down

0 comments on commit 9ecd35d

Please sign in to comment.