canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
22 lines (14 loc) • 668 B
JavaScript
;
'create index';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.tableFormatter = exports.checkstyleFormatter = undefined;
var _checkstyleFormatter = require('./checkstyleFormatter.js');
var _checkstyleFormatter2 = _interopRequireDefault(_checkstyleFormatter);
var _tableFormatter = require('./tableFormatter.js');
var _tableFormatter2 = _interopRequireDefault(_tableFormatter);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.checkstyleFormatter = _checkstyleFormatter2.default;
exports.tableFormatter = _tableFormatter2.default;
//# sourceMappingURL=index.js.map