don't enforce symbol rules in frontend code within backend project
This commit is contained in:
parent
2f4270b8f7
commit
2b67172169
1 changed files with 5 additions and 0 deletions
|
|
@ -122,6 +122,11 @@ export default [
|
|||
LANGS_VERSION: true,
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
'no-restricted-globals': 'off',
|
||||
'no-restricted-properties': 'off',
|
||||
'no-restricted-syntax': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue