Update eslint config

This commit is contained in:
Hazem Krimi
2021-05-02 03:55:17 +01:00
parent 743274940e
commit 4f6671d002
+1
View File
@@ -46,6 +46,7 @@ module.exports = {
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
'react/self-closing-comp': 0,
'react/no-array-index-key': 0,
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/explicit-function-return-type': 0,
'@typescript-eslint/explicit-module-boundary-types': 0,