boxuk/commit-message-checker

View on GitHub
reporter/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

const tableReporter = require('./table-reporter');

module.exports = {
    table: tableReporter
};