UNPKG

openapi-diff

Version:

A CLI tool to identify differences between Swagger/OpenAPI specs.

8 lines (7 loc) 177 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { "header-max-length": [1, "always", 130], "body-max-line-length": [1, "always", 130] } };