eslint-service
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
assert.equal(argv.format, 'json'); | ||
assert(argv['stdin-filename']); | ||
//assert(argv['stdin-filename']); // Not strictly needed | ||
@@ -18,0 +18,0 @@ argv.code = fs.readFileSync(0, 'utf-8'); |
{ | ||
"name": "eslint-service", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ESLint service worker for maximally efficient editor integrations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
6759