Skip to content

Commit 51fffa0

Browse files
committed
Fixed the warning of eslint
1 parent 949fa51 commit 51fffa0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+873
-947
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module.exports = {
1919
],
2020
"quotes": [
2121
"warn",
22-
"single"
22+
"single",
23+
{ "allowTemplateLiterals": true }
2324
],
2425
"semi": [
2526
"warn",

0 commit comments

Comments
 (0)