react alies create in webapck

This commit is contained in:
hardiknai-techm
2021-05-13 16:49:57 +05:30
parent 5f977b9419
commit 349a4bb0f2
5 changed files with 524 additions and 474 deletions

View File

@@ -43,6 +43,7 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "error",
"prefer-arrow/prefer-arrow-functions": ["error", { allowStandaloneDeclarations: true }],
eqeqeq: "error",
"react/react-in-jsx-scope": "off",
"react/display-name": "off",
"react-hooks/rules-of-hooks": "warn", // TODO: error
"react-hooks/exhaustive-deps": "warn", // TODO: error