chore: application prettier

This commit is contained in:
Luc SORIGNET
2025-04-15 19:37:47 +02:00
parent dd0884bbce
commit f7666c894b
174 changed files with 10609 additions and 8760 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "n3wt-school",
"version": "0.0.1",
"scripts": {
"prepare": "husky",
"release": "standard-version",
"update-version": "node scripts/update-version.js",
"format": "prettier --write Front-End"
},
"standard-version": {
"scripts": {
"postbump": "git add Front-End/package.json Back-End/__version__.py && git commit --amend --no-edit"
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"standard-version": "^9.5.0",
"prettier": "^3.5.3"
}
}