## Issue The [CONTRIBUTING > Document generation](https://github.com/cypress-io/eslint-plugin-cypress/blob/master/CONTRIBUTING.md#document-generation) document describes using ESLint [eslint-doc-generator](https://www.npmjs.com/package/eslint-doc-generator) to generate consistent documentation. The current latest version [eslint-doc-generator@2.1.2](https://github.com/bmish/eslint-doc-generator/releases/tag/v2.1.2) has issues when run on Windows: - https://github.com/bmish/eslint-doc-generator/issues/725 - https://github.com/bmish/eslint-doc-generator/issues/726 ## Suggestion - Monitor the resolution of the above issues - Avoid running [eslint-doc-generator](https://www.npmjs.com/package/eslint-doc-generator) on Windows and use Linux or macOS if possible - If this is a long-term or permanent restriction, then add this information to the [CONTRIBUTING > Document generation](https://github.com/cypress-io/eslint-plugin-cypress/blob/master/CONTRIBUTING.md#document-generation) document