Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 13, 2024
1 parent e2a9cc0 commit 58c3633
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -725,18 +725,18 @@ While it's often hard to find the best name, aim to optimize code for consistenc
Camel case, prefixed with `is`, `has` etc.
`isDisabled`, `hasProduct`
<!-- prettier-ignore-start -->
<Rule href="https://typescript-eslint.io/rules/naming-convention">
{`'@typescript-eslint/naming-convention': [
<Rule href="https://typescript-eslint.io/rules/naming-convention">
{`'@typescript-eslint/naming-convention': [
'error',
{
selector: 'variable',
types: ['boolean'],
format: ['strictCamelCase'],
prefix: ['is', 'are', 'should', 'has', 'can', 'did', 'will'],
}
]
`}
</Rule>
]
`}
</Rule>
<!-- prettier-ignore-end -->
- **Constants**
Expand Down

0 comments on commit 58c3633

Please sign in to comment.