-
Notifications
You must be signed in to change notification settings - Fork 384
Updated libraries and linters #159
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
Conversation
CC: @dylangrafmyre @jbhatab @alexfedoseev |
This change is in paralell with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159
This change is in parallel with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159
@robwise Please confirm that newly generated code passes these linters. |
__SERVER_ERRORS__: true | ||
google: true | ||
amenitiesList: true | ||
File: true |
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.
Let's remove google
, amenitiesList
& File
from here, it's project specific.
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.
Done. I should have caught that.
Linters conform to ShakaCode internal project standards.
8d42b14
to
ec32459
Compare
Updated libraries and linters
This change is in parallel with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159
This change is in parallel with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159 - Fix generator linters templating logic for scss task - Remove unnecessary lodash import in generated loggerMiddleware - Exclude dummy apps from linting - Remove unnecessary 'refs' attribute in generated component - Add dummy apps to eslintignore
This change is in parallel with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159 - Fix generator linters templating logic for scss task - Remove unnecessary lodash import in generated loggerMiddleware - Exclude dummy apps from linting - Remove unnecessary 'refs' attribute in generated component - Add dummy apps to eslintignore
This change is in parallel with the change made for the webpack tutorial. See shakacode/react-webpack-rails-tutorial#159 - Fix generator linters templating logic for scss task - Remove unnecessary lodash import in generated loggerMiddleware - Exclude dummy apps from linting - Remove unnecessary 'refs' attribute in generated component - Add dummy apps to eslintignore
Linters conform to ShakaCode internal project standards.