# Stats calculator for DevEco code linter plugin ## Bootstrap and build ``` npm install ``` ## Run ``` node ./build/calculate-stats.js /path/to/report/file.json ``` The file with the report is stored in the project's directory under the following path: `/.idea/code-linter/eslintAgent/output.json`