mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-27 04:12:38 -08:00
👕 Disable no-plusplus
This commit is contained in:
parent
613db0a5b7
commit
c2f9933ece
|
@ -310,6 +310,11 @@ module.exports = {
|
|||
// ESLint
|
||||
// ----------------------------------
|
||||
|
||||
/**
|
||||
* https://eslint.org/docs/rules/no-plusplus
|
||||
*/
|
||||
'no-plusplus': 'off',
|
||||
|
||||
/**
|
||||
* https://eslint.org/docs/rules/eqeqeq
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue