This website requires JavaScript.
Explore
Help
Sign In
_Bastler
/
partey_workadventure
Watch
1
Star
0
Fork
0
You've already forked partey_workadventure
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a7264954ea
partey_workadventure
/
package.json
9 lines
104 B
JSON
Raw
Normal View
History
Unescape
Escape
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
{
"devDependencies"
:
{
Update package.json (#1344) Thans for your Merge Request 🚀
2021-08-09 14:36:53 +02:00
"husky"
:
"^7.0.1"
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
}
,
"scripts"
:
{
"prepare"
:
"husky install"
}
}
Reference in New Issue
Copy Permalink