Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
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: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ export default tseslint.config(
...globals.node, // Use all Node.js globals
},
},
rules: {
"@typescript-eslint/no-require-imports": "off", // CommonJS files use require()
},
},

// Configure custom plugins and rules for React files
Expand Down
77 changes: 77 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
}
},
"dependencies": {
"jotai": "2.14.0",
"@apollo/client": "3.4.17",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
Expand Down Expand Up @@ -103,6 +102,7 @@
"graphiql": "^2.2.0",
"graphql": "^15.4.0",
"is-url": "^1.2.4",
"jotai": "2.14.0",
"jwt-decode": "^3.1.2",
"keycode": "^2.2.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -195,6 +195,7 @@
"rollup-plugin-polyfill-node": "^0.11.0",
"sort-package-json": "3.4.0",
"storybook": "9.0.18",
"ts-morph": "^27.0.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.39.0",
"typescript-strict-plugin": "^2.1.0",
Expand Down
Loading
Loading