-
Notifications
You must be signed in to change notification settings - Fork 655
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
chore(deps): update lint deps and use implicit configuration #751
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg!
one nit
}, | ||
parser: 'babel-eslint', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and the 2020 are in the root config.
can you just implicitly adopt those... and i guess flip off sourceType
and globalReturn
explicitly in this ui file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed parser
.
I can't figure our how parserOptions
would be merged, so I'll just leave that as-is.
This fixes tons of editor bugs I had regarding jsx, eslint parsing, etc ...
Because the eslint commands were configured in a non-standard way, eslint+VS code had absolutely no f'in idea what was going on :) I fixed that by making a ton of
.eslintrc.js
files in the proper directories.Oh, I also removed babel.