You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native specific linting rules for ESLint. This repository is structured like (and contains code from) the excellent [eslint-plugin-react](http://github.com/yannickcr/eslint-plugin-react).
10
10
@@ -79,6 +79,7 @@ Finally, enable all of the rules that you would like to use.
79
79
# List of supported rules
80
80
81
81
*[no-unused-styles](docs/rules/no-unused-styles.md): Detect `StyleSheet` rules which are not used in your React components
82
+
*[sort-styles](docs/rules/sort-styles.md): Require style definitions to be sorted alphabetically
82
83
*[split-platform-components](docs/rules/split-platform-components.md): Enforce using platform specific filenames when necessary
83
84
*[no-inline-styles](docs/rules/no-inline-styles.md): Detect JSX components with inline styles that contain literal values
84
85
*[no-color-literals](docs/rules/no-color-literals.md): Detect `StyleSheet` rules and inline styles containing color literals instead of variables
0 commit comments