Skip to content

Commit d0fc369

Browse files
committed
update docusaurus
1 parent 5606d99 commit d0fc369

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/src/pages/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,13 @@ Naming generics using popular convention with one letter `T`, `K` etc. is not al
801801
802802
<Rule href="https://typescript-eslint.io/rules/naming-convention">
803803
{`'@typescript-eslint/naming-convention': [
804-
'error',
805-
{
806-
// Generic type parameter must start with letter T, followed by any uppercase letter.
807-
selector: 'typeParameter',
808-
format: ['PascalCase'],
809-
custom: { regex: '^T[A-Z]', match: true },
810-
},
804+
'error',
805+
{
806+
// Generic type parameter must start with letter T, followed by any uppercase letter.
807+
selector: 'typeParameter',
808+
format: ['PascalCase'],
809+
custom: { regex: '^T[A-Z]', match: true },
810+
}
811811
]`}
812812
</Rule>
813813

0 commit comments

Comments
 (0)