You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I would like to use this CLI to generate documentation for a shared configuration that I am using with NPM. However, when I run the CLI, I get the following:
❯ eslint-doc-generator
Unable to determine plugin entry point.
The configuration works with ESLint and other ESLint tools. I have the ESLint configuration stored in my package.json like this:
When I edit the shared configuration and try to point eslint-doc-generator directly to the .js entrypoint for the shared configuration, I get the following:
❯ eslint-doc-generator dist/main.js
Could not find package.json of ESLint plugin.
Any idea on how I can use this plugin to generate sweet documentation for my shared config?
The text was updated successfully, but these errors were encountered:
Hey, I would like to use this CLI to generate documentation for a shared configuration that I am using with NPM. However, when I run the CLI, I get the following:
The configuration works with ESLint and other ESLint tools. I have the ESLint configuration stored in my package.json like this:
When I edit the shared configuration and try to point eslint-doc-generator directly to the
.js
entrypoint for the shared configuration, I get the following:Any idea on how I can use this plugin to generate sweet documentation for my shared config?
The text was updated successfully, but these errors were encountered: