1
Fork 0

Add "no-template-curly-in-string" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:16:23 +02:00
parent 584eec6c26
commit 72bd8e4996

View file

@ -74,5 +74,6 @@ module.exports = {
"no-invalid-regexp": "error",
"no-import-assign": "error",
"no-self-compare": "error",
"no-template-curly-in-string": "error",
}
};