Skip to content

Commit

Permalink
rebase fixes, fix the require errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 17, 2024
1 parent 8ff0a8a commit cc4cd71
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ export default tseslint.config(
'@typescript-eslint/no-dynamic-delete': 'off',
'@typescript-eslint/no-invalid-void-type': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-require-imports': 'off', // TODO: always
'import/no-unresolved': 'off',
// TODO: remove

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,8 @@
"@changesets/get-github-info": "^0.6.0",
"@changesets/get-release-plan": "^4.0.0",
"@eslint/js": "^9.2.0",
"@preconstruct/cli": "2.8.9",
"@preconstruct/cli": "^2.8.9",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.5.12",
21 changes: 20 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit cc4cd71

Please sign in to comment.