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

chore(lint): adds stricter eslint configs #2283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doublethefish
Copy link
Contributor

There is no functional change here, but it does prepare the lint to support future work.

I noticed several 'obvious' issues were not being picked up by linting.

To help get to solving those problems I have extended the linting for react-native, supporting jest, prettier, jsx and using the airbnb defaults.

The issues that should probably be considered are marked as 'FIXME' in the eslint config. There is at least one of the issues listed there occurring and I have made no qualitative assessment of whether they should be kept off or not. I have turned errors off for gifted-chat that do not makes sense for the library like no-underscore-dangle and @typescript-eslint/no-explicit-any.

I noticed several 'obvious' issues were not being picked up by linting.

To help get to solving those problems I have extended the linting for
react-native, supporting jest, prettier, jsx and using the airbnb defaults.
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 this pull request may close these issues.

None yet

1 participant