Name Date Size

..25-Oct-20244 KiB

package-lock.jsonH A D25-Oct-20244.1 KiB

package.jsonH A D25-Oct-2024329

README.mdH A D25-Oct-2024321

src/H25-Oct-20244 KiB

tsconfig.jsonH A D25-Oct-2024324

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