1.0.0 • Published 2 years ago

lintvcc v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ESLint Reporting Tool

Node.js application that runs eslint and then generates a csv based on the results

Instructions

  • Clone the repository

  • Run npm install

  • Place the JavaScript components you want to eslint and report against inside the "javascriptComponents" directory.

  • Run npm run eslint-csv

  • A CSV File called "eslint-results.csv" will be generated in the root directory of the application.