chore: add prettier linting

This commit is contained in:
Michael Kriese 2023-12-06 14:32:09 +01:00
parent 9705ad745c
commit 41c51cdb74
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
23 changed files with 801 additions and 78 deletions

View file

@ -10,6 +10,9 @@
},
"scripts": {
"changelog": "node tools/changelog.mjs",
"prepare": "husky install",
"prettier": "prettier --check --ignore-unknown --cache \"**/*.*\"",
"prettier-fix": "prettier --write --ignore-unknown --cache \"**/*.*\"",
"readme:lint": "markdownlint *.md -f",
"readme:parameters": "readme-generator -v values.yaml -r README.md"
},
@ -17,6 +20,9 @@
"@bitnami/readme-generator-for-helm": "^2.4.2",
"conventional-changelog-conventionalcommits": "^7.0.0",
"conventional-changelog-core": "^7.0.0",
"markdownlint-cli": "^0.37.0"
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.37.0",
"prettier": "^3.1.0"
}
}