Skip to content

Commit

Permalink
Merge branch 'master' of github.com:happylinks/gqlint
Browse files Browse the repository at this point in the history
* 'master' of github.com:happylinks/gqlint:
  Update README.md
  • Loading branch information
happylinks committed Jun 5, 2017
2 parents dd19dce + 151192d commit 2175eb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ This is mostly the same format as used by ESLint.
```json
{
"rules": {
"camelcase": "warning",
"fieldname.typename": "warning",
"relay.connection": "warning",
"relay.id": "warning",
"singular.mutations": "warning"
"camelcase": "warn",
"fieldname.typename": "warn",
"relay.connection": "warn",
"relay.id": "warn",
"singular.mutations": "warn"
}
}
```
Expand Down

0 comments on commit 2175eb3

Please sign in to comment.