- npm test do this ----> shell script or js that generate all outputs with a single command
- tool --list-styles // list all supported styles
- tool --help
- david
- travis
- gallery initial contrib
- gallery diff
- prettier-eslint home made implementation because of prettier-eslint issue prettier/prettier-eslint#149
- default-es5 mode to preserve valid es5 input (disable es6 eslint rules)
- npm install -g
- test node API doc in readme
- --build-gallery so users can build the gallery from their project's input files to see how they will look like in popular eslint-configs
- fixed nodejs API (only for input strings)
- ore specs
- basic tool .d.ts typescript definitions
- fix requires to work as dependency
- input globs, output or re-write support
- custom eslintrc as --style
- cli api spec
- eslint path issue fix when used from third party project
- dependencies updated
- CLI --mode not required
- debug which file has syntax error when glob
- fix eslint last apply - now use eslint CLIEngine and solve errors
- fix issue in which es5 mode override all user rules :( better return, minimal apidocs, and document what happen on errors terrible very basic issue: when no errors we were ruining the input file when overriding it.