1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-05 17:17:45 +03:00

👕 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
*/