snowballtools-base-mirror/lerna.json
Nabarun Gogoi 3640ae8985 Add husky to run pre-commit lint (#3)
* Run lint before commiting

* Update lerna config

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-12-08 09:59:45 +05:30

9 lines
147 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.0.0",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}