Skip to content

Commit 790dbab

Browse files
authored
feat: support react 17 and fix security vulnerabilities (#33)
1 parent 8e05fc4 commit 790dbab

File tree

5 files changed

+14855
-4757
lines changed

5 files changed

+14855
-4757
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"error",
4242
"never"
4343
],
44+
"no-shadow": ["error", { "allow": ["state"] }],
4445
"comma-dangle": "off",
4546
"import/no-extraneous-dependencies": "off",
4647
"max-len": "off",

0 commit comments

Comments
 (0)