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 f6992e6 commit a4597ddCopy full SHA for a4597dd
.eslintrc.js
@@ -16,7 +16,7 @@ module.exports = {
16
"no-undef": "error",
17
"no-extra-semi": "error",
18
semi: "error",
19
- "no-tempate-curly-in-string": "error",
+ "no-template-curly-in-string": "error",
20
"no-caller": "error",
21
yoda: "error",
22
eqeqeq: "error",
0 commit comments