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
We added it here #134 since my eslint addon in vscode only seemed to work with eslint@7, and react-scripts start complains and won't let you build if you're not using the same version as them which is eslint@6. That feels pretty silly since you don't need eslint for actually building the app, therefore I added SKIP_PREFLIGHT_CHECK=true which disables the check from react-scripts. We should try removing that in the future though, since it might make other breaking package installations slip by.
The text was updated successfully, but these errors were encountered:
We added it here #134 since my eslint addon in vscode only seemed to work with eslint@7, and react-scripts start complains and won't let you build if you're not using the same version as them which is eslint@6. That feels pretty silly since you don't need eslint for actually building the app, therefore I added
SKIP_PREFLIGHT_CHECK=true
which disables the check from react-scripts. We should try removing that in the future though, since it might make other breaking package installations slip by.The text was updated successfully, but these errors were encountered: