-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update eslint to v5, and eslint related plugins #2880
Comments
After updating
connectionInfo: ConnectionInfo;
dataLayers: {
[key: string]: DataLayer,
};
isMappingSupported: boolean = true;
maximumDataTextureCountForLayer: number; If you want to have a look at the linting errors yourself, check out the |
I don't have a strong opinion on the stylistic rules. |
Nice 👍
Agree.
I'd disable it for now and create a separate issue for it, so that it doesn't block the update in general. As @normanrz said, it's probably nice for future proofing.
Let's ignore that for now, since it brings new problems. |
* update eslint to latest v4 version and update latest plugins * update eslint to v5 and update eslint-config-airbnb, disable some rules * apply react/no-access-state-in-setstate rule (#2880) * fix new linting errors * update eslint related dependencies again, fix two of three remaining issues, add eslint-disable for the last issue
Issues:
The text was updated successfully, but these errors were encountered: