Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinks committed Aug 19, 2017
1 parent 3832054 commit 61059ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ The three error levels allow you control over how GQLint applies rules.
### CamelCase
Verifies if properties are camelcased.

`Property 'name' is not camelcased.`
`Property 'Name' is not camelcased.`

### Fieldname Typename
Checks if you use the name of the type in your field.

`Type 'User' has a property called 'userId'. Don't use type-names in property-names. Maybe use 'id' instead?`;
`Type 'User' has a property called 'userId'. Don't use type-names in property-names. Maybe use 'id' instead?`

### Relay Connection
Checks if Types ending with Connection have 'edges' and 'pageInfo'.
Expand Down

0 comments on commit 61059ef

Please sign in to comment.