diff --git a/.eslintrc.js b/.eslintrc.js index 61d9e93f8c6..198e3fc2543 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = { "no-undef": "error", "no-extra-semi": "error", semi: "error", - "no-tempate-curly-in-string": "error", + "no-template-curly-in-string": "error", "no-caller": "error", yoda: "error", eqeqeq: "error",