mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 11:31:38 -08:00
👕 Disable class-methods-use-this
This commit is contained in:
parent
c2f9933ece
commit
5a7d23023b
|
@ -315,6 +315,11 @@ module.exports = {
|
|||
*/
|
||||
'no-plusplus': 'off',
|
||||
|
||||
/**
|
||||
* https://eslint.org/docs/rules/class-methods-use-this
|
||||
*/
|
||||
'class-methods-use-this': 'off',
|
||||
|
||||
/**
|
||||
* https://eslint.org/docs/rules/eqeqeq
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue