I’ve been trying to incorporate Typescript into more of my projects and I found that even though TSLint generates a config file for you, it’s still kind of tedious and I wanted to use Prettier and ESLint to make things easier. But setting up a project with them is even more tedious.
So, I threw together a little boilerplate that is mostly un-opinionated outside of the .prettierrc
file, which is easy to modify to anyone’s needs:
https://github.com/mawburn/typescript-eslint-prettier-webpack
There is no React, Vue, Angular, or any other major framework/library outside of Typescript.
Check it out, make suggestions, give me a star. Whatever. Hopefully, someone else can get a little use out of it. I’ll probably end up extending it to support PostCSS with CSS-Next eventually, but for now this works for my purposes.