dimaMachina / graphql-eslint

ESLint parser, plugin and set rules for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
https://the-guild.dev/graphql/eslint
MIT License
789 stars 104 forks source link

Plugin in external custom rules #2165

Open gituserjava opened 7 months ago

gituserjava commented 7 months ago

Is it possible to create custom rules which are external to graphql-eslint and then plug them into graphql-eslint?

If possible, could you please provide list of steps?