mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
ESLint: Re-enable rule no-restricted-globals (#10863)
* Re-enable rule no-restricted-globals * Fix missing semicolons
This commit is contained in:
committed by
GitHub
parent
7f1012360a
commit
1908a94c7e
@@ -96,7 +96,6 @@ module.exports = {
|
||||
'no-multi-spaces': 0,
|
||||
'no-plusplus': 0,
|
||||
'no-prototype-builtins': 0,
|
||||
'no-restricted-globals': 0, // disabled temporarily
|
||||
'no-restricted-properties': 0,
|
||||
'no-restricted-syntax': 0,
|
||||
'no-restricted-imports': [
|
||||
@@ -208,7 +207,6 @@ module.exports = {
|
||||
'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion
|
||||
'lines-between-class-members': 0, // disabled temporarily
|
||||
'new-cap': 0,
|
||||
'no-restricted-globals': 0, // disabled temporarily
|
||||
'no-else-return': 0, // disabled temporarily
|
||||
'no-bitwise': 0,
|
||||
'no-continue': 0,
|
||||
|
||||
Reference in New Issue
Block a user