1.1.0 • Published 4 years ago
convert-to-generic v1.1.0
convert-to-generic
Reads report.json from the root directory and converts it to a generic_eslint.json.
Installation
Use npm install.
npm i convert-to-genericUsage
Use npx
npx convertToGenericOr Create a script in package.json
"scripts": {
"*": "convertToGeneric"
},