eslint-improved-checkstyle-formatter
v0.2.0
Published
Improved ESLint Checkstyle formatter
Downloads
13
Maintainers
Readme
eslint-improved-checkstyle-formatter
An improved Checkstyle formatter for ESLint mainly for use with the Jenkins Checkstyle Plugin.
- Allows optional tweaking of the filepath by using the
CHECKSTYLE_OLD_PROJECT_DIR
andCHECKSTYLE_NEW_PROJECT_DIR
environment variables.
Installation
$ npm install --save-dev eslint-improved-checkstyle-formatter
Usage
$ CHECKSTYLE_OLD_PROJECT_DIR=/home/user/project CHECKSTYLE_NEW_PROJECT_DIR=/tmp/project eslint --format=node_modules/eslint-improved-checkstyle-formatter file.js