-
Notifications
You must be signed in to change notification settings - Fork 0
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
@graphql-eslint/eslint-plugin does not work with frolint cli #926
Comments
So we may need an option to turn off rules that require type-aware linting? |
Indeed, just changing the "rules": {
"@graphql-eslint/fields-on-correct-type": ["error"],
"@typescript-eslint/no-floating-promises": "off"
} seems to fix the error. But I would like something more future-proof that does not require to disable manually all rules 🤔 |
|
Why
In the following
.eslintrc
, useyarn eslint . /src
will work, butyarn frolint -branch master -bail
will raise an error..eslintrc
What
The text was updated successfully, but these errors were encountered: