bdc4b43c17
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.
9 lines
104 B
JSON
9 lines
104 B
JSON
{
|
|
"devDependencies": {
|
|
"husky": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky install"
|
|
}
|
|
}
|