Skip to content

damik3/front-end-base

Repository files navigation

Setup

  1. Run npm install.
  2. Run npm run prepare for husky setup.

Checks

  • To check for typescript errors, run npm run lint.
  • To check for what prettier would format if you executed it, run npm run format:check.
  • To format files with prettier, run npm run format.

Pre commit hooks

  • Every time you make a commit, eslint and prettier will run a check. If there are errors they will not allow the commit to happen.
  • So you should manually run npm run format before each commit.
  • You can view and config these hooks in the .husky/pre-commit file.

Rules and config

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages