Update next lint command

This commit is contained in:
Vitaly Rtishchev
2025-09-12 11:18:49 +03:00
parent 929c09edd7
commit f3ab9bddb7
5 changed files with 670 additions and 19 deletions

View File

@ -17,9 +17,14 @@
"incremental": true,
"paths": {
"@/*": ["./*"]
},
"plugins": [{ "name": "next" }]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".storybook/main.ts",
".storybook/preview.tsx"
],
"exclude": ["node_modules"]
}