UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

22 lines (14 loc) 670 B
'use strict'; 'create index'; Object.defineProperty(exports, "__esModule", { value: true }); exports.tableFormatter = exports.checkstyleFormatter = undefined; var _checkstyleFormatter2 = require('./checkstyleFormatter.js'); var _checkstyleFormatter3 = _interopRequireDefault(_checkstyleFormatter2); var _tableFormatter2 = require('./tableFormatter.js'); var _tableFormatter3 = _interopRequireDefault(_tableFormatter2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.checkstyleFormatter = _checkstyleFormatter3.default; exports.tableFormatter = _tableFormatter3.default; //# sourceMappingURL=index.js.map