UNPKG

fit-commit-js

Version:

A npm package to validate commits according to community guidelines

26 lines (25 loc) 401 B
module.exports = { title: 'fit-commit-schema', type: 'object', properties: { validators: { type: 'object', }, lineLength: { type: 'object', }, emptyLines: { type: 'object', }, tenseSubject: { type: 'object', }, subjectPeriod: { type: 'object', }, wip: { type: 'object', }, }, required: [ 'validators' ], };