Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helixbass authored Dec 11, 2019
1 parent 2bc8a35 commit da103dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,15 @@ Then use the `prettier-run-as-rule` config exposed by this plugin:
| | [`import/group-exports`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/group-exports.md) | Prefer named exports to be grouped together in a single export declaration |
| | [`coffee/dynamic-import-chunkname`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/dynamic-import-chunkname.md) | Enforce a leading comment with the webpackChunkName for dynamic imports |

### eslint-plugin-react-native rules

| Name | Description |
| --------------------------------------- | ----------- |
| [`coffee/no-unused-styles`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/no-unused-styles.md) | Detect `StyleSheet` rules which are not used in your React components |
| [`coffee/split-platform-components`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/split-platform-components.md) | Enforce using platform specific filenames when necessary |
| [`react-native/no-inline-styles`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/no-inline-styles.md) | Detect JSX components with inline styles that contain literal values |
| [`coffee/no-color-literals`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/no-color-literals.md) | Detect `StyleSheet` rules and inline styles containing color literals instead of variables |

### Non-applicable ESLint-included rules

Some rules included with ESLint, `eslint-plugin-react` and `eslint-plugin-import` don't apply to CoffeeScript. These include:
Expand Down

0 comments on commit da103dd

Please sign in to comment.