repro steps
yarn run format
yarn run format:test
-> exit 0- open
App.tsx
- hit save (triggering Prettier-ESLint VSCode extension)
yarn run format:test
-> exit 1yarn run format
-> fixesApp.tsx
versions
- node: v18.13.0
- yarn: 1.22.19
- vscode: Version: 1.75.0 (Universal)
- prettier eslint vscode extension: v5.0.4
- host: macOS ventura 13.2 (m1 max, 64GB)