Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 250 Bytes

notes.md

File metadata and controls

17 lines (15 loc) · 250 Bytes

Things that might be added to the package.json later on

"husky": "^1.3.1", "lint-staged": "^8.1.3", "npm-run-all": "^4.1.5",

"husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*/.js": [ "prettier --write", "git add" ] },