Skip to content

Commit 6e5773e

Browse files
committed
[project][INTERNAL] ESLint: Allow strings to use backticks
1 parent cbc5ae6 commit 6e5773e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/project/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = {
1818
],
1919
"quotes": [
2020
"error",
21-
"double"
21+
"double",
22+
{ "allowTemplateLiterals": true }
2223
],
2324
"semi": [
2425
"error",

0 commit comments

Comments
 (0)