From 893b8dd173e02205ba9c9ff88104f62f28cadb93 Mon Sep 17 00:00:00 2001 From: Bill Barry Date: Sat, 23 May 2020 17:58:34 -0400 Subject: [PATCH] docs(eslint-plugin): [naming-convention] improve comment text regarding ESLint's camelCase (#2080) --- packages/eslint-plugin/docs/rules/naming-convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',