Skip to content

Commit

Permalink
docs(eslint-plugin): [naming-convention] improve comment text regardi…
Browse files Browse the repository at this point in the history
…ng ESLint's camelCase (#2080)
  • Loading branch information
bbarry committed May 23, 2020
1 parent 1cb1cb5 commit 893b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/naming-convention.md
Expand Up @@ -51,7 +51,7 @@ type Options = {
types?: Types<Selector>[];
}[];

// 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',
Expand Down

0 comments on commit 893b8dd

Please sign in to comment.