Skip to content

Commit

Permalink
chore: fix types in eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleShit committed Jul 20, 2024
1 parent 0665244 commit 75681de
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
eslint.configs.recommended,
...tseslint.configs.strictTypeChecked,
{
Expand Down
30 changes: 28 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@eslint/js": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@vitest/coverage-v8": "^1.5.2",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 75681de

Please sign in to comment.