UNPKG

ai-linter

Version:

A linter tool to analyze JavaScript, TypeScript, and Vue code, with a focus on AI-generated code, unused imports, alias resolution, and potential hazards.

17 lines (16 loc) 295 B
{ "target": "src", "recursive": true, "extensions": [".js", ".jsx", ".ts", ".tsx"], "ignore": [ "node_modules/**", "dist/**", "build/**", ".git/**", "**/*.test.js", "**/*.spec.js", "coverage/**" ], "format": "summary", "output": "analysis-report.txt" }