https://github.com/ertrzyiks/typescript-eslint-no-semi-repro
https://github.com/ertrzyiks/typescript-eslint-no-semi-repro
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/typescript-eslint-no-semi-repro
- Owner: ertrzyiks
- Created: 2020-09-22T18:48:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T19:08:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T05:44:04.717Z (4 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-eslint-no-semi-repro
Reproduce a case when linter complains about additional semicolor that is added by prettier-standard
1. Install dependencies
```
yarn
```2. Run the prettier-standard
```
yarn prettier
```See semicolor added
3. Run the linter
```
yarn lint --fix
```See semicolor removed