From fce445674108ad0fd12fd1f428705dc95608ef7e Mon Sep 17 00:00:00 2001 From: Krister Kari Date: Sun, 11 Feb 2018 22:49:34 +0200 Subject: [PATCH] Add link to stylelint-react-native (#3162) --- docs/user-guide/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/plugins.md b/docs/user-guide/plugins.md index 99624398b3..406bf743d7 100644 --- a/docs/user-guide/plugins.md +++ b/docs/user-guide/plugins.md @@ -11,6 +11,7 @@ Plugins are rules and sets of rules built by the community that support methodol - [`stylelint-no-browser-hacks`](https://github.com/Slamdunk/stylelint-no-browser-hacks): Disallow browser hacks that are irrelevant to the browsers you are targeting; uses [stylehacks](https://github.com/ben-eb/stylehacks). - [`stylelint-no-unsupported-browser-features`](https://github.com/ismay/stylelint-no-unsupported-browser-features): Disallow features that are unsupported by the browsers that you are targeting. - [`stylelint-order`](https://github.com/hudochenkov/stylelint-order): Specify the ordering of things e.g. properties within declaration blocks (plugin pack). +- [`stylelint-react-native`](https://github.com/kristerkari/stylelint-react-native): Enforce React Native specific linting rules (plugin pack). - [`stylelint-rscss`](https://github.com/rstacruz/stylelint-rscss): Validate [RSCSS](http://rscss.io) conventions. - [`stylelint-scss`](https://github.com/kristerkari/stylelint-scss): Enforce a wide variety of SCSS-syntax specific linting rules (plugin pack). - [`stylelint-selector-bem-pattern`](https://github.com/davidtheclark/stylelint-selector-bem-pattern): Specify a BEM pattern for selectors (incorporates [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter)).