chore: remove unused eslint
This commit is contained in:
Родитель
0193af32f7
Коммит
1fe93e7505
|
@ -33,16 +33,11 @@ module.exports = {
|
|||
'import/named': 0,
|
||||
'import/namespace': 0,
|
||||
'import/no-named-as-default-member': 0,
|
||||
'import/prefer-default-export': 0, // no benefit
|
||||
|
||||
// other rules
|
||||
'import/prefer-default-export': 0, // no benefit
|
||||
'no-param-reassign': 'error',
|
||||
'no-restricted-syntax': 0,
|
||||
'no-await-in-loop': 0,
|
||||
'prefer-destructuring': 0,
|
||||
'prefer-template': 0,
|
||||
'no-underscore-dangle': 0,
|
||||
'no-negated-condition': 'error',
|
||||
'no-param-reassign': 'error',
|
||||
'sort-imports': [
|
||||
'error',
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче