curated-linter
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -12,3 +12,3 @@ const meow = require('meow') | ||
return Promise.all([ | ||
this.lintFiles(files, mergedConfig), | ||
this.lintFiles(files), | ||
mergedConfig | ||
@@ -15,0 +15,0 @@ ]) |
{ | ||
"name": "curated-linter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Creates curated linters, like standard", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
14731