Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* [email protected]

* fix lint
  • Loading branch information
nstepien authored Feb 28, 2025
1 parent 79d9662 commit ca9c573
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"eslint": "^9.20.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "^19.0.0-beta-30d8a17-20250209",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-e1e972c-20250221",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks-extra": "^1.26.2",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-testing-library": "^7.1.1",
Expand All @@ -96,7 +96,7 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"rolldown": "^1.0.0-beta.3",
"typescript": "~5.7.3",
"typescript": "~5.8.2",
"vite": "^6.1.0",
"vitest": "^3.0.6",
"vitest-browser-react": "^0.1.1"
Expand Down
2 changes: 0 additions & 2 deletions src/HeaderRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ function HeaderRow<R, SR, K extends React.Key>({
shouldFocusGrid,
direction
}: HeaderRowProps<R, SR, K>) {
// eslint-disable-next-line react-compiler/react-compiler
// eslint-disable-next-line react-hooks/rules-of-hooks
const dragDropKey = useId();

const cells = [];
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"allowSyntheticDefaultImports": true,
"composite": true,
"emitDeclarationOnly": true,
"erasableSyntaxOnly": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["ESNext"],
"libReplacement": false,
"module": "esnext",
"moduleDetection": "force",
"moduleResolution": "bundler",
Expand Down

0 comments on commit ca9c573

Please sign in to comment.