diff --git a/docs/src/rules/no-irregular-whitespace.md b/docs/src/rules/no-irregular-whitespace.md index 1f3db751b162..cb2c62bda58c 100644 --- a/docs/src/rules/no-irregular-whitespace.md +++ b/docs/src/rules/no-irregular-whitespace.md @@ -191,6 +191,8 @@ function thing() { } ``` +::: + ### skipJSXText Examples of additional **correct** code for this rule with the `{ "skipJSXText": true }` option: