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