lint config and fixes

This commit is contained in:
Eng. Elias
2024-03-24 19:59:01 +04:00
parent ecc1138f8f
commit a2fcd07924
5 changed files with 30 additions and 8 deletions

View File

@@ -22,5 +22,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "**/*.js", "postcss.config.cjs"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "venv"]
}