mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 06:01:29 +10:00
chore(husky): implement husky commit hooks to install, lint and format before commit
This commit is contained in:
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -16,6 +16,7 @@ importers:
|
||||
eslint-plugin-prettier: ^4.0.0
|
||||
eslint-plugin-simple-import-sort: ^7.0.0
|
||||
eslint-plugin-unused-imports: ^2.0.0
|
||||
husky: ^7.0.4
|
||||
prettier: ^2.5.1
|
||||
typescript: ^4.5.5
|
||||
dependencies:
|
||||
@ -32,6 +33,7 @@ importers:
|
||||
eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb
|
||||
eslint-plugin-simple-import-sort: 7.0.0_eslint@8.10.0
|
||||
eslint-plugin-unused-imports: 2.0.0_5048693f84252cfc01b1f5d975a3323d
|
||||
husky: 7.0.4
|
||||
prettier: 2.5.1
|
||||
typescript: 4.5.5
|
||||
|
||||
@ -4888,6 +4890,12 @@ packages:
|
||||
engines: {node: '>=8.12.0'}
|
||||
dev: true
|
||||
|
||||
/husky/7.0.4:
|
||||
resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/i18next-fs-backend/1.1.4:
|
||||
resolution: {integrity: sha512-/MfAGMP0jHonV966uFf9PkWWuDjPYLIcsipnSO3NxpNtAgRUKLTwvm85fEmsF6hGeu0zbZiCQ3W74jwO6K9uXA==}
|
||||
dev: false
|
||||
|
||||
Reference in New Issue
Block a user