Files
partey_workadventure/package.json
T
David Négrier bdc4b43c17 Setting up prettier
In order not to wreak havoc on all the open PRs, Prettier will be added slowly,
on every changed file, thanks to Husky (for a precommit hook) and lint-staged, for linting only staged files.
2021-06-23 10:10:53 +02:00

9 lines
104 B
JSON

{
"devDependencies": {
"husky": "^6.0.0"
},
"scripts": {
"prepare": "husky install"
}
}