From 1efea48da3bee134c30da9cadc1c0671e5f1b208 Mon Sep 17 00:00:00 2001 From: golopot Date: Mon, 10 Jun 2019 16:47:59 +0800 Subject: [PATCH] [Docs] add `jsx-curly-newline` to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 644d47b87a..0b1dc2283f 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Enable the rules that you would like to use. * [react/jsx-child-element-spacing](docs/rules/jsx-child-element-spacing.md): Enforce or disallow spaces inside of curly braces in JSX attributes and expressions. * [react/jsx-closing-bracket-location](docs/rules/jsx-closing-bracket-location.md): Validate closing bracket location in JSX (fixable) * [react/jsx-closing-tag-location](docs/rules/jsx-closing-tag-location.md): Validate closing tag location in JSX (fixable) +* [react/jsx-curly-newline](docs/rules/jsx-curly-newline.md): Enforce or disallow newlines inside of curly braces in JSX attributes and expressions (fixable) * [react/jsx-curly-spacing](docs/rules/jsx-curly-spacing.md): Enforce or disallow spaces inside of curly braces in JSX attributes and expressions (fixable) * [react/jsx-equals-spacing](docs/rules/jsx-equals-spacing.md): Enforce or disallow spaces around equal signs in JSX attributes (fixable) * [react/jsx-filename-extension](docs/rules/jsx-filename-extension.md): Restrict file extensions that may contain JSX