Skip to content

Commit aebae6b

Browse files
committed
[INTERNAL] ESLint: Allow strings to use backticks
1 parent 71bd560 commit aebae6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)