/static-configuration-for-javascript

Eslint, Prettier and TypeScript boilerplate

Primary LanguageTypeScript

Static Analysis Testing JavaScript Applications

This repo contains my boilerplate config for static tools that improves dev xp and prevent silly errors when you work with typescript.

**Why did you not used create-react-app or other javascript framework to do it for you?**🤔

I am not a puristic, so sometimes I love market tools to help me with something quickly. But as a curious, I like to know how to config my own stuff.

List of dependencies:

  • Eslint
  • Prettier
  • Babel
  • TypeScript
  • Husky