diff --git a/packages/eslint-plugin/docs/rules/naming-convention.md b/packages/eslint-plugin/docs/rules/naming-convention.md index 634d281d66c..5938857d70e 100644 --- a/packages/eslint-plugin/docs/rules/naming-convention.md +++ b/packages/eslint-plugin/docs/rules/naming-convention.md @@ -51,7 +51,7 @@ type Options = { types?: Types[]; }[]; -// the default config essentially does the same thing as ESLint's camelcase rule +// the default config is similar to ESLint's camelcase rule but more strict const defaultOptions: Options = [ { selector: 'default',