canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
15 lines (10 loc) • 311 B
JavaScript
;
var _classCallCheck = require("babel-runtime/helpers/class-call-check")["default"];
exports.__esModule = true;
var Hub = function Hub(file, options) {
_classCallCheck(this, Hub);
this.file = file;
this.options = options;
};
exports["default"] = Hub;
module.exports = exports["default"];