зеркало из https://github.com/mozilla/treeherder.git
Bug 1468658 - Enable eslint 'prefer-rest-params'
https://eslint.org/docs/rules/prefer-rest-params
This commit is contained in:
Родитель
3e31201ae8
Коммит
8b11478b28
|
@ -48,7 +48,6 @@ module.exports = neutrino => {
|
|||
'object-shorthand': 'off',
|
||||
'padded-blocks': 'off',
|
||||
'prefer-arrow-callback': 'off',
|
||||
'prefer-rest-params': 'off',
|
||||
'prefer-template': 'off',
|
||||
'radix': 'off',
|
||||
'react/forbid-prop-types': 'off',
|
||||
|
|
Загрузка…
Ссылка в новой задаче