Skip to content

Commit 58c3633

Browse files
committed
update docusaurus
1 parent e2a9cc0 commit 58c3633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/src/pages/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -725,18 +725,18 @@ While it's often hard to find the best name, aim to optimize code for consistenc
725725
Camel case, prefixed with `is`, `has` etc.
726726
`isDisabled`, `hasProduct`
727727
<!-- prettier-ignore-start -->
728-
<Rule href="https://typescript-eslint.io/rules/naming-convention">
729-
{`'@typescript-eslint/naming-convention': [
728+
<Rule href="https://typescript-eslint.io/rules/naming-convention">
729+
{`'@typescript-eslint/naming-convention': [
730730
'error',
731731
{
732732
selector: 'variable',
733733
types: ['boolean'],
734734
format: ['strictCamelCase'],
735735
prefix: ['is', 'are', 'should', 'has', 'can', 'did', 'will'],
736736
}
737-
]
738-
`}
739-
</Rule>
737+
]
738+
`}
739+
</Rule>
740740
<!-- prettier-ignore-end -->
741741
742742
- **Constants**

0 commit comments

Comments
 (0)