Update eslint config

This commit is contained in:
Hazem Krimi
2021-06-14 02:19:10 +01:00
parent 629e90e920
commit 0e572c6e29
+1
View File
@@ -32,6 +32,7 @@ module.exports = {
'warn', 'warn',
{ allowShortCircuit: true, allowTernary: true }, { allowShortCircuit: true, allowTernary: true },
], ],
'@typescript-eslint/ban-ts-comment': 0,
'react-hooks/exhaustive-deps': 1, 'react-hooks/exhaustive-deps': 1,
'import/no-cycle': 'off', 'import/no-cycle': 'off',
'react/jsx-props-no-spreading': 'off', 'react/jsx-props-no-spreading': 'off',