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
778 stars 102 forks source link

linter does not pass checks #2299

Open comatory opened 1 month ago

comatory commented 1 month ago

Issue workflow progress

Progress of the issue based on the Contributor Workflow


Describe the bug

Linting the whole monorepo does not pass all checks.

To Reproduce Steps to reproduce the behavior:

Running pnpm lint produces error:

/Users/.../Projects/graphql-eslint/website/src/components/graphql-editor.tsx
  106:20  error  Classname 'nextra-scrollbar' is not a Tailwind CSS class!  tailwindcss/no-custom-classname

/Users/.../Projects/graphql-eslint/website/src/components/play-page.tsx
  108:12  error  Classname 'nextra-scrollbar' is not a Tailwind CSS class!  tailwindcss/no-custom-classname

✖ 2 problems (2 errors, 0 warnings)

Expected behavior

All checks should pass

Environment:

Additional context

N/A