nandtotetris / computer-visualizer

0 stars 0 forks source link

build: configure husky lint-staged prettier #27

Closed henok-tesfaye closed 4 years ago

henok-tesfaye commented 4 years ago

What kind of change does this PR introduce? It is a build change, which fixes lint errors and format style changes before commit.

Does this PR introduce a breaking change? No

What needs to be documented once your changes are merged? We should add instructions to fix lint errors and format style changes in README.

Run npm run lint to see if there is standard style guide error Run npm run lint-fix to fix standard auto fixable errors Run npm run format to see if there is style, format, error Run npm run format-fix to fix format errors Run npm run format-lint-fix to fix both lint and format errors.