Add "no-template-curly-in-string" eslint rule
This commit is contained in:
parent
584eec6c26
commit
72bd8e4996
1 changed files with 1 additions and 0 deletions
|
@ -74,5 +74,6 @@ module.exports = {
|
|||
"no-invalid-regexp": "error",
|
||||
"no-import-assign": "error",
|
||||
"no-self-compare": "error",
|
||||
"no-template-curly-in-string": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue