Skip to content

Commit

Permalink
feat: report eslint version too (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Apr 11, 2019
1 parent 0187dd3 commit ea81d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const getConfig = require('./get-config');
const pkg = require(path.join(__dirname, 'package.json'));

commander.
version(pkg.version).
version('videojs-standard: ' + pkg.version + os.EOL + 'eslint: ' + CLIEngine.version).
option('-e, --errors', 'Produces a report that only includes errors; not warnings.').
option('-w, --warnings', 'Produces a report that only includes warnings; not errors.').
option('--fix, --format', 'Formats/fixes files where possible to comply with videojs-standard.').
Expand Down

0 comments on commit ea81d3a

Please sign in to comment.