Géraud Lac
Géraud Lac
Isn't https://github.com/moment/luxon/pull/1299 resolving this issue? at least partially? For sure @orphic-lacuna suggested some more features (`precision`, `maxUnits`, `smallestUnit`, `biggestUnit`) in [his/her first comment here](https://github.com/moment/luxon/issues/1134#issuecomment-1033896418)... Should these suggested formatting features be...
I will look for a reference documentation, but here is a small example: ```yaml extends: - '@commitlint/config-conventional' rules: header-max-length: [1, 'always', 72] type-enum: - 2 - always - - ci...
I couldn't find any yaml-specific documentation, but I hope the [official configuration reference](https://github.com/conventional-changelog/commitlint/blob/master/docs/reference-configuration.md) (and the [link about rules](https://github.com/conventional-changelog/commitlint/blob/master/docs/reference-rules.md) at the bottom) combined with the example above should help?
It may be great to support [all available configuration formats](https://github.com/conventional-changelog/commitlint#config) (javascript, json and yaml) with the current supported features. The day `extends` is supported, it would probably be for all...