eslint-find-rules
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "eslint-find-rules", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Find built-in ESLint rules you don't have in your custom config.", | ||
@@ -37,3 +37,3 @@ "main": "src/lib/rule-finder.js", | ||
"devDependencies": { | ||
"all-contributors-cli": "2.0.0-beta6", | ||
"all-contributors-cli": "3.0.1", | ||
"codecov": "1.0.1", | ||
@@ -47,5 +47,5 @@ "commitizen": "2.8.1", | ||
"npm-run-all": "1.8.0", | ||
"nyc": "6.4.0", | ||
"nyc": "6.4.3", | ||
"opt-cli": "^1.1.1", | ||
"proxyquire": "1.7.4", | ||
"proxyquire": "1.7.7", | ||
"semantic-release": "4.3.5", | ||
@@ -55,2 +55,3 @@ "sinon": "^1.17.3", | ||
"validate-commit-msg": "2.6.1", | ||
"which": "^1.2.8", | ||
"yargs": "^4.4.0" | ||
@@ -57,0 +58,0 @@ }, |
@@ -5,2 +5,7 @@ #!/usr/bin/env node | ||
// isGlobal has no use, make eslint happy | ||
// but eslint complains for vars-on-top | ||
// so ... | ||
var isGlobal = require('./is-global') // eslint-disable-line no-unused-vars | ||
var path = require('path') | ||
@@ -7,0 +12,0 @@ var argv = require('yargs') |
@@ -5,2 +5,7 @@ #!/usr/bin/env node | ||
// isGlobal has no use, make eslint happy | ||
// but eslint complains for vars-on-top | ||
// so ... | ||
var isGlobal = require('./is-global') // eslint-disable-line no-unused-vars | ||
var options = { | ||
@@ -7,0 +12,0 @@ getCurrentRules: ['current', 'c'], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41521
33
828
18