Update eslint config

This commit is contained in:
Hazem Krimi
2021-04-09 23:59:37 +01:00
parent c87fecd095
commit d1f5efa04d
+1
View File
@@ -35,6 +35,7 @@ module.exports = {
'react-hooks/exhaustive-deps': 1,
'import/no-cycle': 'off',
'react/jsx-props-no-spreading': 'off',
'react/require-default-props': 0,
'import/prefer-default-export': 'off',
'no-prototype-builtins': 'off',
'no-plusplus': 'off',