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
779 stars 103 forks source link

Add support for module paths to require-import-fragment #2181

Open jksmithing opened 5 months ago

jksmithing commented 5 months ago

Description

This change modifies the require-import-fragment rule to support module paths.

Fixes #2180

Type of change

How Has This Been Tested?

Added a new test case to packages/plugin/__tests__/require-import-fragment.spec.ts.

Test Environment:

Checklist:

changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: d33edb2dde1d8c6981bfb69907abb8010c3e2307

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

frimmy commented 3 months ago

@jksmithing niiice