We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366bd1 commit 6a7c7f8Copy full SHA for 6a7c7f8
README.md
@@ -17,6 +17,8 @@ This project integrates GraphQL and ESLint, for a better developer experience.
17
- 🚀 Supports ESLint directives (for example: `disable-next-line`)
18
- 🚀 Easily extendable - supports custom rules based on GraphQL's AST and ESLint API.
19
- 🚀 Validates, lints, prettifies and checks for best practices across GraphQL schema and GraphQL operations.
20
+- 🚀 Integrates with [`graphql-config`](https://graphql-config.com/)
21
+- 🚀 Integrates and visualizes lint issues in popular IDEs (VSCode / WebStorm)
22
23
Special thanks to [ilyavolodin](https://github.com/ilyavolodin) for his work on a similar project!
24
0 commit comments