-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[dot-notation] [Bug] Configuration for rule "dot-notation" is invalid #2047
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
Comments
You're not using our version of the lint rule - you're using the base version of the lint rule. |
@bradzacher actually, we are using the
Basically, all options gets passed to the base rule, which then complains about the extra options 🤔 |
It's not the This is not a problem with our implementation, because if it were then all of our tests would be failing. The error message says it all:
That means that ESLint is attempting to enable the If you use |
Thank you for the quick response, I will do some further investigation! |
When using rules: eslint-config-standard-with-typescript
Repro
Repository:
Just update the version and try: https://github.com/BrainJS/brain.js/tree/git-hooks
OR
Expected Result
Should lint files.
Actual Result
Eslint fails.
Additional Info
This happens when using rules
eslint-config-standard-with-typescript
. more info: mightyiam/eslint-config-love#303Did eslint throw an exception? Yes
Versions
@typescript-eslint/eslint-plugin
2.34.0
@typescript-eslint/parser
2.34.0
TypeScript
3.9.2
ESLint
^7.0.0
node
12.16.0
npm
6.14.4
The text was updated successfully, but these errors were encountered: