motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Fix missing file extension error #66

Closed valstu closed 4 years ago

valstu commented 4 years ago

So this PR is related to issue #65

There are few ways to handle this error:

Or


I would love the idea that we wouldn't have customize tsconfig.json generated by command npx create-react-app my-app --template typescript each time. What do you think?