You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
When you clone a project that uses uber-standard and run the linter, it complains that indentation should be 4, not 2. see: visgl/react-map-gl#41
Looks like this is only working now because most uber engineers have an
.editorconfig
setup to be something, more or less like this.This should probably be as simple as changing: https://github.com/uber/standard/blob/master/rc/.eslintrc.json#L228 to be something like: https://github.com/feross/eslint-config-standard/blob/master/eslintrc.json#L38
I think copying that entire indent value might also fix: #46
The text was updated successfully, but these errors were encountered: