ardeois / graphql-codegen-typescript-mock-data

[GraphQL Codegen Plugin](https://github.com/dotansimha/graphql-code-generator) for building mock data based on the schema.
MIT License
134 stars 47 forks source link

fix: disable eslint rule `no-prototype-builtins` #12

Closed ardeois closed 4 years ago

ardeois commented 4 years ago

As we're using hasOwnProperty, and some projects use this rule by default, we disable it for the generated mock file