Skip to content

Commit

Permalink
another attempt at fixing the build formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chickencoding123 committed Nov 13, 2020
1 parent df2fd71 commit a8a253b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -187,6 +187,7 @@ Enable the rules that you would like to use.
* [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-default-props](docs/rules/jsx-sort-default-props.md): Enforce default props alphabetical sorting
* [react/jsx-sort-functional-props](docs/rules/jsx-sort-functional-props.md): Enforce props of functional components to be sorted alphabetically
* [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)
* [react/jsx-tag-spacing](docs/rules/jsx-tag-spacing.md): Validate whitespace in and around the JSX opening and closing brackets (fixable)
Expand Down

0 comments on commit a8a253b

Please sign in to comment.