Skip to content

Commit

Permalink
removed the manually added link to docs/jsx-sort-functional-props.md …
Browse files Browse the repository at this point in the history
…as it seems to be autogenarated
  • Loading branch information
chickencoding123 committed Nov 12, 2020
1 parent bfff7c2 commit df2fd71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ Enable the rules that you would like to use.
* [react/jsx-pascal-case](docs/rules/jsx-pascal-case.md): Enforce PascalCase for user-defined JSX components
* [react/jsx-props-no-multi-spaces](docs/rules/jsx-props-no-multi-spaces.md): Disallow multiple spaces between inline JSX props (fixable)
* [react/jsx-props-no-spreading](docs/rules/jsx-props-no-spreading.md): Prevent JSX prop spreading
* [react/jsx-sort-functional-props](docs/rules/jsx-sort-functional-props.md): Enforce spread parameters of functional components to be sorted alphabetically
* [react/jsx-sort-default-props](docs/rules/jsx-sort-default-props.md): Enforce default props alphabetical sorting
* [react/jsx-sort-props](docs/rules/jsx-sort-props.md): Enforce props alphabetical sorting (fixable)
* [react/jsx-space-before-closing](docs/rules/jsx-space-before-closing.md): Validate spacing before closing bracket in JSX (fixable)
Expand Down

0 comments on commit df2fd71

Please sign in to comment.