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
CRA v3 upgrade will be problematic as currently you cannot override their linting with custom rules. Very annoying. Also path must start from src onwards. facebook/create-react-app#6871
import something from '../../../../something'
vsimport something from 'src/something'
The text was updated successfully, but these errors were encountered: