eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

:vertical_traffic_light: Check your GraphQL query strings against a schema.

Results 101 eslint-plugin-graphql issues
Sort by recently updated
recently updated
newest added
trafficstars

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2015` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...

Hi! In our schema we have an enum value that amongs others defines an empty string as valid value (relevant section of the generated schema.json below). When running lint this...

Previously template literal replacemenets were made by constructing dummy strings of a particular length. Unfortunately if the inside of a tag has whitespace or multiple lines, this fails correctly position...

waiting-on-contributor

If you use the schemaJsonFilepath option to specify your schema and you use `eslint --cache`, then changing your schema won't cause files to be re-evaluated. So for example, you could...

If you run eslint on a graphql project with the graphql plugin but with a file set that does not include any graphql lintable files this error occurs. The issue...

has-reproduction

This plugin try to get schema using `graphql-config`, but `graphql-config` will not match dot files and return `undefined` for `projectConfig` in below lines. https://github.com/apollographql/eslint-plugin-graphql/blob/fe6f6d7627605d2b1259bf19cba6985bf53fd671/src/index.js#L280-L283 The plugin will throw `Cannot read...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.23.0) of dependency `babel` has the following deprecation notice: `In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to...

The codebase is pretty unwieldy as is - all the code is defined across two files. It'd be good (and less intimidating for new contributors) if the code could be...

feature
refactor
discussion

Similar to how eslint-plugin-import uses the `settings` section to define some "global" config for the plugin, it'd be good to refactor this plugin to use `settings` instead of rule configs....

feature

- [ ] has-reproduction - [ ] feature - [ ] docs - [ x] blocking - [ ] good first issue The query below is valid and tested, but...