update demo

This commit is contained in:
Vlad Morozov
2025-04-22 19:38:59 +03:00
parent 119cab37ea
commit a3cdf46210
32 changed files with 4096 additions and 3198 deletions

View File

@@ -30,7 +30,8 @@
"react/prop-types": "off",
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"react-hooks/exhaustive-deps": "off",
"react-hooks/exhaustive-deps": "warn",
"react-hooks/rules-of-hooks": "error",
"jsx-a11y/click-events-have-key-events": "warn",
"jsx-a11y/interactive-supports-focus": "warn",
"prettier/prettier": "warn",