Skip to content

Commit

Permalink
chore: add avoidEscape in quotes rule for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 5, 2021
1 parent eb47e77 commit 8c22cec
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 @@ -13,7 +13,7 @@
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/quotes": ["error"],
"@typescript-eslint/quotes": ["error", { "avoidEscape": true }],
"@typescript-eslint/semi": ["error", "always"],
"comma-dangle": ["error", "always-multiline"],
"curly": "warn",
Expand Down

0 comments on commit 8c22cec

Please sign in to comment.