Tag: javascript

  • Typescript Linting & Formatting

    Intro Most stuff comes with eslint nowadays (e.g. ionic, nextjs), but not with prettier, husky and lint-staged. There are so many packages and plugins in this eco-system, and all I really want is to have formatting on git commits. ESLint, Prettier, Husky, Lint-Staged, etc. tl;dr see here: https://niteshseram.in/blog/setting-up-eslint-prettier-and-husky-with-lint-staged-for-your-nextjs-project Add the following to package.json: Finally, set…