👕 Add one-var consecutive override

This commit is contained in:
Iván Ovejero 2021-08-27 17:12:29 +02:00
parent 5f1fd35ff6
commit b9252cf935

View file

@ -330,6 +330,11 @@ module.exports = {
*/
'object-shorthand': 'error',
/**
* https://eslint.org/docs/rules/one-var
*/
'one-var': [ 'error', 'consecutive' ],
/**
* https://eslint.org/docs/rules/prefer-const
*/