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
git clone --branch show/doc-generation https://github.com/MikeMcC399/eslint-plugin-cypress --single-branch
cd eslint-plugin-cypress
npm ci
npx eslint-doc-generator
Note the error message
unsafe-to-chain-command rule doc should have included one of these headers: Options, Config
View the file docs/rules/unsafe-to-chain-command.md and note that it includes a header Options:
## Options<!-- begin auto-generated rule options list -->| Name | Description | Type | Default || :-------- | :---------------------------------------------------------- | :---- | :------ ||`methods`| An additional list of methods to check for unsafe chaining. | Array |`[]`|<!-- end auto-generated rule options list -->
The text was updated successfully, but these errors were encountered:
Issue
eslint-doc-generator
outputs the following message although the rule doc concerned includes anOptions
section:This problem seems to affect Windows only. I could not reproduce it on Ubuntu
22.04.4
LTS for example.Versions
Operating System: Windows 11
Node.js:
20.12.2
LTSeslint:
8.57.0
eslint-doc-generator:
1.7.0
Steps to reproduce
On Windows 11 with Node.js
20.12.2
LTSgit clone --branch show/doc-generation https://github.com/MikeMcC399/eslint-plugin-cypress --single-branch cd eslint-plugin-cypress npm ci npx eslint-doc-generator
Note the error message
View the file
docs/rules/unsafe-to-chain-command.md
and note that it includes a headerOptions
:The text was updated successfully, but these errors were encountered: