allow other quote types to avoid escaping

This commit is contained in:
Sebastian Sdorra
2020-06-15 20:38:45 +02:00
parent 271d8ad3d9
commit 1a190db34e

View File

@@ -27,7 +27,7 @@ module.exports = {
rules: {
"prettier/prettier": "warn",
semi: ["error", "always"],
quotes: ["error", "double"],
quotes: ["error", "double", "avoid-escape"],
"jsx-a11y/href-no-hash": [0],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/ban-ts-ignore": "warn",