mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Remove stale lint rule dangerously-use-html-string-missing (#16084)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user