feat: mantine

This commit is contained in:
2025-09-19 13:55:10 +08:00
parent 86a8d00991
commit c78326d113
7 changed files with 589 additions and 18 deletions

View File

@@ -24,7 +24,10 @@ export default [
},
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
globals: {
...globals.browser,
...globals.node,
},
},
rules: {
...reactHooks.configs.recommended.rules,