eslint-doc-generator
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
/* eslint node/shebang:"off" -- shebang needed so compiled code gets interpreted as JS */ | ||
import { run } from '../lib/cli.js'; | ||
@@ -2,0 +4,0 @@ try { |
{ | ||
"name": "eslint-doc-generator", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Automatic documentation generator for ESLint plugins and rules.", | ||
@@ -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
23433
20
420