canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
22 lines (14 loc) • 586 B
JavaScript
;
'create index';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lintCommand = exports.fixCommand = undefined;
var _fixCommand2 = require('./fixCommand.js');
var _fixCommand3 = _interopRequireDefault(_fixCommand2);
var _lintCommand2 = require('./lintCommand.js');
var _lintCommand3 = _interopRequireDefault(_lintCommand2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.fixCommand = _fixCommand3.default;
exports.lintCommand = _lintCommand3.default;
//# sourceMappingURL=index.js.map