Graphql Schema Linter for GopuffThis VSCode extension allows you to lint your GraphQL schema files using the graphql-schema-linter library directly within the editor. The extension is activated when the graphql-schema-linter library is installed in your currently open workspace. Features
LimitationsPlease note that this extension does not support real-time linting as you make changes to your schema files. Linting is only performed on save. InstallationLocal:
Global (non-node projects):
UsageOnce the extension is installed and the graphql-schema-linter library is available in your workspace, the linting functionality will be automatically enabled. When you save your GraphQL schema files, the extension will run the linter and display any errors or warnings in the editor. No Configuration NeededThis extension does not require any configuration options. It automatically detects and uses the graphql-schema-linter library installed in your workspace. ContributingInstall dependencies: Install global package: Run tests: Open a PR and I'll review Feedback and SupportIf you encounter any issues or have suggestions for improvements, please feel free to create an issue on the GitHub repository. I appreciate your feedback and support in making this extension better. |