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
Current version of prettier complains about optional chaining with
```
Parsing error: Expression expected
```
See prettier/prettier#7088
This prevents the last commit from passing the test suite
The suggested fix of upgrading prettier fixes this issue. After
upgrading ran `yarn eslint --ext js,ts --fix .` to fix new linting
errors.
0 commit comments