Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 0 additions & 10 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ const eslintConfig = defineConfig([
"next-env.d.ts",
]),
{
// Typed linting rules only work where type information exists. Scope them
// to app sources (covered by tsconfig.json) so config files like this one
// don't crash the lint run.
files: ["src/**/*.{ts,tsx}", "tests/**/*.{ts,tsx}"],
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
rules: {
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-unsafe-assignment": "warn",
Expand Down
Loading
Loading