From e3a87ca0715b5a69327cb1dd5a71295aaaff824e Mon Sep 17 00:00:00 2001 From: Rahul RK <47377566+rahulrk-dev@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:16:42 +0530 Subject: [PATCH] Update README.md --- react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/README.md b/react/README.md index a590a19672..fa882abab2 100644 --- a/react/README.md +++ b/react/README.md @@ -237,7 +237,7 @@ This style guide is mostly based on the standards that are currently prevalent i )} ``` -## Quotes +## Quotes - Always use double quotes (`"`) for JSX attributes, but single quotes (`'`) for all other JS. eslint: [`jsx-quotes`](https://eslint.org/docs/rules/jsx-quotes)