Skip to content

Commit 83f73a1

Browse files
authored
Fixed README link to no-single-element-style-arrays page
1 parent f5cd329 commit 83f73a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Finally, enable all of the rules that you would like to use.
9595
* [no-inline-styles](docs/rules/no-inline-styles.md): Detect JSX components with inline styles that contain literal values
9696
* [no-color-literals](docs/rules/no-color-literals.md): Detect `StyleSheet` rules and inline styles containing color literals instead of variables
9797
* [no-raw-text](docs/rules/no-raw-text.md): Detect raw text outside of `Text` component
98-
* [no-single-element-style-arrays](docs/rules/no-raw-text.md): No style arrays that have 1 element only `<View style={[{height: 10}]}/>`
98+
* [no-single-element-style-arrays](docs/rules/no-single-element-style-arrays.md): No style arrays that have 1 element only `<View style={[{height: 10}]}/>`
9999

100100
[npm-url]: https://npmjs.org/package/eslint-plugin-react-native
101101
[npm-image]: http://img.shields.io/npm/v/eslint-plugin-react-native.svg?style=flat-square

0 commit comments

Comments
 (0)