chore: add prettier linting
This commit is contained in:
parent
9705ad745c
commit
41c51cdb74
23 changed files with 801 additions and 78 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue