mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
* chore: reformat code * chore: add commitlint config * reformat README.md * add linter config * lint & reformat docs * go linter: only new issues * fix some linting errors * more reformatting * disable linter warning for some duplicated code
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
module.exports = {
|
|
extends: [
|
|
"@commitlint/config-conventional"
|
|
],
|
|
}
|
|
|