.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / docs / user-guide.md
1 # User guide
2
3 ## Introduction
4
5 -   [FAQ](user-guide/faq.md): Frequently asked questions about using and configuring stylelint.
6 -   [About rules](user-guide/about-rules.md): An explanation of rule names and how rules work together.
7
8 ## Configuration
9
10 -   [Configuration](user-guide/configuration.md): How to configure stylelint.
11     -   [Rules](user-guide/rules.md): A list of stylelint's rules.
12     -   [Plugins](user-guide/plugins.md): A list of community plugins.
13     -   [Processors](user-guide/processors.md): A list of community processors.
14 -   [Example config](user-guide/example-config.md): An example config that you can use as a blueprint for your own.
15 -   [CSS processors](user-guide/css-processors.md): How to use the linter with a CSS processor, like SCSS or PostCSS plugins.
16
17 ## Usage
18
19 -   [The CLI](user-guide/cli.md): Examples and exit codes for using the CLI.
20 -   [The Node API](user-guide/node-api.md): Options and examples for using the Node API.
21 -   [The PostCSS plugin](user-guide/postcss-plugin.md): Options and examples for using the PostCSS plugin.
22 -   [Complementary tools](user-guide/complementary-tools.md): List of community editor plugins, build tool plugins and other tools.
23
24 ## Further reading
25
26 -   [Articles](user-guide/articles.md): A collection of articles and tutorials about stylelint.