Turn off no-void eslint rule for premium (same as the free config)

[MAILPOET-4446]
This commit is contained in:
Jan Jakes
2022-08-10 11:06:56 +02:00
committed by Veljko V
parent 16217db6cd
commit 13a79d0b77

View File

@ -35,6 +35,7 @@
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
// Exceptions
"no-void": 0, // can conflict with @typescript-eslint/no-floating-promises
"react/jsx-filename-extension": 0,
"@typescript-eslint/no-unsafe-return": 0, // we need to disable it for wordpress select :(
"@typescript-eslint/no-unsafe-member-access": 0, // we need to disable it for wordpress select :(