mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-29 15:14:40 +03:00
👕 Add one-var consecutive override
This commit is contained in:
parent
5f1fd35ff6
commit
b9252cf935
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user