pve-eslint/eslint/docs/README.md
Dominik Csapak eb39fafa4f first commit
includes a (minimal) working wrapper

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-04-06 15:06:03 +02:00

18 lines
680 B
Markdown

# Documentation
Welcome to our documentation pages! What would you like to view?
## [User Guide](user-guide)
Intended for end users of ESLint. Contains information about core rules, configuration, command line options, formatters, and integrations,
as well as guides for migrating from earlier versions of ESLint.
## [Developer Guide](developer-guide)
Intended for contributors to ESLint and people who wish to extend ESLint. Contains information about contributing to ESLint; creating custom
rules, configurations, plugins, and formatters; and information about our architecture and Node.js API.
## [Maintainer Guide](maintainer-guide)
Intended for maintainers of ESLint.