We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a47109 commit 3ebb613Copy full SHA for 3ebb613
.eslintrc.json
@@ -27,6 +27,7 @@
27
2
28
],
29
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
30
+ "quote-props": ["error", "as-needed"],
31
"simple-import-sort/imports": 1,
32
"simple-import-sort/exports": 1,
33
"unused-imports/no-unused-imports": 1,
0 commit comments