Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinak0 committed Apr 27, 2024
1 parent aa231e9 commit 8980860
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 5,662 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends:
- standard-with-typescript
- eslint-config-love
- airbnb/hooks
- plugin:@typescript-eslint/recommended
- '@unocss'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
src/**/*.jsx
tests/__coverage__/
tests/**/*.jsx
pnpm-lock.yaml
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@types/react-dom": "^18.2.18",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@unocss/eslint-config": "^0.50.8",
"@unocss/preset-wind": "^0.50.8",
"@unocss/reset": "^0.50.8",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-config-love": "^47.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
Loading

0 comments on commit 8980860

Please sign in to comment.