Skip to content

Commit 15b1489

Browse files
committed
update docusaurus
1 parent a379363 commit 15b1489

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

website/src/pages/index.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -727,17 +727,17 @@ While it's often hard to find the best name, aim to optimize code for consistenc
727727
728728
<Rule href="https://typescript-eslint.io/rules/naming-convention" />
729729
730-
```ts
731-
'@typescript-eslint/naming-convention': [
732-
'error',
733-
{
734-
selector: 'variable',
735-
types: ['boolean'],
736-
format: ['PascalCase'],
737-
prefix: ['is', 'should', 'has', 'can', 'did', 'will'],
738-
},
739-
],
740-
```
730+
```ts
731+
'@typescript-eslint/naming-convention': [
732+
'error',
733+
{
734+
selector: 'variable',
735+
types: ['boolean'],
736+
format: ['PascalCase'],
737+
prefix: ['is', 'should', 'has', 'can', 'did', 'will'],
738+
},
739+
],
740+
```
741741
742742
- **Constants**
743743
Capitalized

0 commit comments

Comments
 (0)