notes/node_modules/stylelint/docs/user-guide.md

16 lines
1.2 KiB
Markdown

# User guide
- [The CLI](user-guide/cli.md): Examples and exit codes for using the CLI.
- [The Node API](user-guide/node-api.md): Options and examples for using the Node API.
- [The PostCSS plugin](user-guide/postcss-plugin.md): Options and examples for using the PostCSS plugin.
- [Configuration](user-guide/configuration.md): How to configure stylelint.
- [Example config](user-guide/example-config.md): An example config that you can use as a blueprint for your own.
- [CSS processors](user-guide/css-processors.md): How to use the linter with a CSS processor, like SCSS or PostCSS plugins.
- [About rules](user-guide/about-rules.md): An explanation of rule names and how rules work together.
- [Rules](user-guide/rules.md): A list of stylelint's rules.
- [Plugins](user-guide/plugins.md): A list of community plugins.
- [Processors](user-guide/processors.md): A list of community processors.
- [Complementary tools](user-guide/complementary-tools.md): List of community editor plugins, build tool plugins and other tools.
- [FAQ](user-guide/faq.md): Frequently asked questions about using and configuring stylelint.
- [Articles](user-guide/articles.md): A collection of articles and tutorials about stylelint.