refactor: Lint for no interpolation in regular string (#5060) (no-changelog)

*  Create rule `no-interpolation-in-regular-string`

* 👕 Enable rule

*  Run rule (no issues) and add exception

*  Simplify regex

To account for expressions and to make it less expensive
This commit is contained in:
Iván Ovejero
2022-12-29 14:24:19 +01:00
committed by GitHub
parent ba0fd8a310
commit 0b47f9ce4e
3 changed files with 33 additions and 0 deletions

View File

@@ -341,6 +341,8 @@ const config = (module.exports = {
'n8n-local-rules/no-unneeded-backticks': 'error',
'n8n-local-rules/no-interpolation-in-regular-string': 'error',
// ******************************************************************
// overrides to base ruleset
// ******************************************************************