Prettier
Remaining consistent isn't easy when the team grows. A lot of code formatting issues brought up by the linter can be fixed automatically. That's Prettier.
Change index.ts
to following code:
index.ts
then run
The file has been formatted correctly:
index.ts
Avoid TSLint conflict
Update tslint.json
tslint.json
Last updated
Was this helpful?