Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/typescript-eslint-no-semi-repro


https://github.com/ertrzyiks/typescript-eslint-no-semi-repro

Last synced: about 1 month ago
JSON representation

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