Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 28, 2021
1 parent 029eef5 commit f61e047
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
/* eslint-disable no-console */
/* eslint-disable promise/always-return, no-console */

'use strict';

const chalk = require('chalk');
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
},
"devDependencies": {
"@types/node": "^12.19.0",
"@voxpelli/eslint-config": "7.0.0",
"@voxpelli/eslint-config": "10.0.0",
"@voxpelli/eslint-config-jsdoc-ts": "^0.3.1",
"dependency-check": "^4.1.0",
"eslint": "^7.11.0",
"eslint-config-standard": "^15.0.0",
"eslint-plugin-es": "^3.0.1",
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.3",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-unicorn": "^24.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.0.3"
}
Expand Down

0 comments on commit f61e047

Please sign in to comment.