Skip to content

Commit

Permalink
[eas-cli] apply caps name rule
Browse files Browse the repository at this point in the history
  • Loading branch information
quinlanj committed Jan 11, 2021
1 parent de65ab7 commit f2c1467
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/eas-cli/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module.exports = {
requiredFields: ['id'],
},
],
'graphql/capitalized-type-name': [
'error',
{
schemaJson: require('./graphql.schema.json'),
},
],
},
plugins: ['graphql'],
};

0 comments on commit f2c1467

Please sign in to comment.