chore: Remove stale lint rule dangerously-use-html-string-missing (#16084)

This commit is contained in:
Iván Ovejero
2025-06-06 10:54:34 +02:00
committed by GitHub
parent 23ce60d646
commit bdcaaff744
3 changed files with 1 additions and 115 deletions

View File

@@ -462,7 +462,7 @@ Example of `fixedCollection` parameter:
## Base text
When translating a base text file at `/packages/frontend/editor-ui/src/plugins/i18n/locales/{localeIdentifier}.json`:
When translating a base text file at `/packages/frontend/@n8n/i18n/src/locales/{localeIdentifier}.json`:
1. Open a terminal:

View File

@@ -9,8 +9,6 @@ module.exports = {
...sharedOptions(__dirname, 'frontend'),
rules: {
'n8n-local-rules/dangerously-use-html-string-missing': 'error',
// TODO: Remove these
'id-denylist': 'warn',
'import/extensions': 'warn',