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

Make lint errors not block compiles on develop #2862

Merged
1 commit merged into from Feb 25, 2021
Merged

Make lint errors not block compiles on develop #2862

1 commit merged into from Feb 25, 2021

Conversation

ghost
Copy link

@ghost ghost commented Feb 25, 2021

This is a known, widely and passionately complained about bug in create-react-app that they fixed in the latest version. This PR:

  • Upgrades to react-scripts@4.0.3
  • Adds new ESLINT_NO_DEV_ERRORS=true flag to yarn start
  • Adds new DISABLE_ESLINT_PLUGIN=true flag when we start our React app in our Cypress tests

Optionally, if you would also like to just disable eslint while you're developing in exchange for faster compile times, you can run DISABLE_ESLINT_PLUGIN=true yarn start.

@ghost ghost self-requested a review February 25, 2021 19:54
@ghost ghost merged commit fede05b into streamlit:develop Feb 25, 2021
@ghost ghost deleted the fix-lint-errors-develop branch February 25, 2021 20:09
tconkling added a commit that referenced this pull request Mar 1, 2021
* develop: (29 commits)
  Update bug_report.md
  Refactor CodeBlock.tsx (#2814)
  Remove copy button for empty codeblocks (#2808)
  Add image format deprecation config with expiration (#2865)
  Remove unneeded "use_column_width=True" from our doc examples (#2692)
  Extend our st.cache MagicMock handling logic to Mock (#2846)
  save work (#2862)
  Remove .stale-element class (#2848)
  Release 0.77 (#2849)
  Fix watchdog import failure (#2856)
  🔥 Fully remove `format` param from st.image (#2637)
  Don't memoize config._server_headless (#2858)
  hide empty columns on mobile (#2756)
  st.beta_secrets (#2757)
  `watch_file` utility function (#2851)
  Align st.beta_columns  (#2811)
  Update "showErrorDetails" config description and docs (#2841)
  Pause Dependabot updates for non-security-related issues (#2840)
  client.showTracebacks -> showErrorDetails (per product) (#2837)
  Color picker - show value (#2817)
  ...
This pull request was closed.
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