Apply new ESLint rules to legacy code
This commit is contained in:
parent
91cf075697
commit
8a2c17f65f
70 changed files with 376 additions and 516 deletions
|
@ -37,14 +37,6 @@ const rules = {
|
|||
{ overrides: { '?': 'ignore', ':': 'ignore' } },
|
||||
],
|
||||
|
||||
// Temporarily turned off during transition from TSLint
|
||||
// JIRA: DESKTOP-623
|
||||
'import/order': 'off',
|
||||
'no-else-return': 'off',
|
||||
'no-async-promise-executor': 'off',
|
||||
'prefer-object-spread': 'off',
|
||||
strict: 'off',
|
||||
|
||||
quotes: [
|
||||
'error',
|
||||
'single',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue