Remove no-single-variables-to-translate eslint rule (#10341)
## Context This rule crashes the FE for some reason, disabling it for now
This commit is contained in:
@ -10,6 +10,7 @@ module.exports = {
|
||||
'lingui',
|
||||
],
|
||||
rules: {
|
||||
'lingui/no-single-variables-to-translate': 'off',
|
||||
'func-style': ['error', 'declaration', { allowArrowFunctions: true }],
|
||||
'no-console': ['warn', { allow: ['group', 'groupCollapsed', 'groupEnd'] }],
|
||||
'no-control-regex': 0,
|
||||
|
||||
Reference in New Issue
Block a user