Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linter does not pass checks #2299

Open
3 of 4 tasks
comatory opened this issue May 10, 2024 · 0 comments · May be fixed by #2300
Open
3 of 4 tasks

linter does not pass checks #2299

comatory opened this issue May 10, 2024 · 0 comments · May be fixed by #2300

Comments

@comatory
Copy link

comatory commented May 10, 2024

Issue workflow progress

Progress of the issue based on the
Contributor Workflow

  • 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox

    Run pnpm lint, see failing messages

  • 2. A failing test has been provided

  • 3. A local solution has been provided

  • 4. A pull request is pending review


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:

  • OS: macOS Sonoma 14.3.1
  • @graphql-eslint/eslint-plugin: "4.0.0-alpha.0"
  • Node.js: 18.15.0

Additional context

N/A

@comatory comatory linked a pull request May 10, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant