Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default [
...typescriptPlugin.configs.recommended.rules,

// ESLint rules
'no-unused-vars': 'warn',
'no-unused-vars': 'off',

// React rules
'react/prop-types': 'off',
Expand Down Expand Up @@ -112,6 +112,7 @@ export default [
rules: {
...vitestPlugin.configs.recommended.rules,
'vitest/expect-expect': 'off',
'vitest/no-commented-out-tests': 'off',
},
languageOptions: {
globals: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@eslint/js": "^9.33.0",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"express": "^4.19.2",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading