1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-14 15:40:04 -04:00

Initial commit

This commit is contained in:
Patrick Marsceill
2017-03-09 13:16:08 -05:00
commit b7b0d0d7bf
4147 changed files with 401224 additions and 0 deletions

15
node_modules/stylelint/docs/user-guide.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# 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.