eslint-find-rules
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "eslint-find-rules", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Find built-in ESLint rules you don't have in your custom config.", | ||
@@ -5,0 +5,0 @@ "main": "src/lib/rule-finder.js", |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
// so ... | ||
var isGlobal = require('./is-global') // eslint-disable-line no-unused-vars | ||
// var isGlobal = require('./is-global') // eslint-disable-line no-unused-vars | ||
@@ -11,0 +11,0 @@ var options = { |
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
41501