Skip to content

Commit

Permalink
feat(package): update eslint-config-videojs to version 5.0.0 🚀 (#38)
Browse files Browse the repository at this point in the history
Ignore jsdoc in this project and update to latest eslint config videojs.

BREAKING CHANGE: update to a major version of the config.
  • Loading branch information
greenkeeper[bot] authored and gkatsev committed Sep 21, 2018
1 parent ac7084f commit 5ee86a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ const cli = new CLIEngine({
rules
});

const report = filterer(cli.executeOnFiles(commander.targets),
const report = filterer(
cli.executeOnFiles(commander.targets),
commander.errors,
commander.warnings);
commander.warnings
);

if (commander.format) {
CLIEngine.outputFixes(report);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"commander": "^2.17.1",
"eslint": "^5.4.0",
"eslint-config-videojs": "^4.0.1",
"eslint-config-videojs": "^5.0.0",
"eslint-plugin-jsdoc": "^3.7.1",
"eslint-plugin-json-light": "^1.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.8",
Expand Down Expand Up @@ -82,5 +82,8 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"vjsstandard": {
"jsdoc": false
}
}

0 comments on commit 5ee86a2

Please sign in to comment.