mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
👕 Add one-var consecutive override
This commit is contained in:
parent
5f1fd35ff6
commit
b9252cf935
|
@ -330,6 +330,11 @@ module.exports = {
|
||||||
*/
|
*/
|
||||||
'object-shorthand': 'error',
|
'object-shorthand': 'error',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* https://eslint.org/docs/rules/one-var
|
||||||
|
*/
|
||||||
|
'one-var': [ 'error', 'consecutive' ],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://eslint.org/docs/rules/prefer-const
|
* https://eslint.org/docs/rules/prefer-const
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue