diff --git a/website/src/pages/index.mdx b/website/src/pages/index.mdx index adec163..4d0175d 100644 --- a/website/src/pages/index.mdx +++ b/website/src/pages/index.mdx @@ -725,8 +725,8 @@ 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` - - {`'@typescript-eslint/naming-convention': [ + + {`'@typescript-eslint/naming-convention': [ 'error', { selector: 'variable', @@ -734,9 +734,9 @@ While it's often hard to find the best name, aim to optimize code for consistenc format: ['strictCamelCase'], prefix: ['is', 'are', 'should', 'has', 'can', 'did', 'will'], } - ] - `} - + ] + `} + - **Constants**