Skip to content

Commit a4597dd

Browse files
committedJun 6, 2019
chore: revise typo
1 parent f6992e6 commit a4597dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
"no-undef": "error",
1717
"no-extra-semi": "error",
1818
semi: "error",
19-
"no-tempate-curly-in-string": "error",
19+
"no-template-curly-in-string": "error",
2020
"no-caller": "error",
2121
yoda: "error",
2222
eqeqeq: "error",

0 commit comments

Comments
 (0)
Please sign in to comment.