Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 28, 2024
1 parent 5e830ef commit c9e53d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@nextra/eslint-config",
"version": "0.0.0",
"scripts": {
"types:check": "tsc --noEmit"
},
"dependencies": {
"@eslint/compat": "1.2.3",
"@eslint/js": "9.15.0",
Expand All @@ -19,8 +22,5 @@
},
"devDependencies": {
"@types/node": "^22.0.0"
},
"scripts": {
"types:check": "tsc --noEmit"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"strictNullChecks": true,
"lib": ["esnext", "dom"],
"moduleResolution": "node",
"resolveJsonModule": true,
"resolveJsonModule": true
},
"exclude": ["dist"]
}

0 comments on commit c9e53d2

Please sign in to comment.