@google-cloud/pino-logging-gcp-config
Version:
Module to create a basic Pino LoggerConfig to support Google Cloud structured logging
13 lines (12 loc) • 331 B
JSON
{
"comment": "Disable some rules to match the config of conventional-commit-GCF app",
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-case": [0],
"body-max-line-length": [0],
"footer-max-line-length": [0],
"header-max-length": [0],
"subject-case": [0],
"subject-full-stop": [0]
}
}