| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 22-Oct-2025 | - | 130 | 91 | ||
| README.md | D | 22-Oct-2025 | 321 | 17 | 11 | |
| package-lock.json | D | 22-Oct-2025 | 4.1 KiB | 112 | 111 | |
| package.json | D | 22-Oct-2025 | 329 | 17 | 16 | |
| tsconfig.json | D | 22-Oct-2025 | 354 | 20 | 16 |
README.md
1# Stats calculator for DevEco code linter plugin 2 3## Bootstrap and build 4 5``` 6npm install 7``` 8 9## Run 10 11``` 12node ./build/calculate-stats.js /path/to/report/file.json 13``` 14 15The file with the report is stored in the project's directory under the following path: 16`<PROJECT_ROOT_DIR>/.idea/code-linter/eslintAgent/output.json` 17