Skip to content

Commit bb095da

Browse files
dobesvdotansimha
andauthored
Fix description for naming-convention (#383)
* Fix description for naming-convention * fixes Co-authored-by: Dotan Simha <[email protected]>
1 parent 487de77 commit bb095da

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/rules/naming-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Requires GraphQL Schema: `false` [ℹ️](../../README.md#extended-linting-rules-with-graphql-schema)
66
- Requires GraphQL Operations: `false` [ℹ️](../../README.md#extended-linting-rules-with-siblings-operations)
77

8-
Requires description around GraphQL nodes
8+
Require names to follow specified conventions.
99

1010
## Usage Examples
1111

packages/plugin/src/rules/naming-convention.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const rule: GraphQLESLintRule<NamingConventionRuleConfig> = {
118118
meta: {
119119
type: 'suggestion',
120120
docs: {
121-
description: 'Requires description around GraphQL nodes',
121+
description: 'Require names to follow specified conventions.',
122122
category: 'Best practices',
123123
recommended: true,
124124
url: 'https://github.com/dotansimha/graphql-eslint/blob/master/docs/rules/naming-convention.md',
File renamed without changes.

0 commit comments

Comments
 (0)