Skip to content

Commit da5d710

Browse files
committed
docs: minor improvements
1 parent e21864e commit da5d710

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

website/pages/docs/rules/avoid-shorthand-boolean.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# avoid-shorthand-boolean
22

3+
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
4+
35
## Rule category
46

57
Style.

website/pages/docs/rules/dom-no-unknown-property.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# no-unknown-property
22

3+
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
4+
35
## Rule category
46

57
Suspicious.
@@ -9,8 +11,6 @@ Suspicious.
911
In JSX most DOM properties and attributes should be camelCased to be consistent with standard JavaScript style. This can be a possible source of error if you are used to writing plain HTML.
1012
Only `data-*` and `aria-*` attributes are usings hyphens and lowercase letters in JSX.
1113

12-
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
13-
1414
## Examples
1515

1616
### Failing

website/pages/docs/rules/prefer-react-namespace-import.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prefer-react-namespace-import
22

3+
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
4+
35
## Rule category
46

57
Style.

website/pages/docs/rules/prefer-shorthand-boolean.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prefer-shorthand-boolean
22

3+
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
4+
35
## Rule category
46

57
Style.

0 commit comments

Comments
 (0)