@hygiene/cli
Version:
Keep your TODOs and FIXMEs healthy
13 lines (9 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.plugins = void 0;
var _pluginGithubUrl = _interopRequireDefault(require("@hygiene/plugin-github-url"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var plugins = [(0, _pluginGithubUrl.default)()];
exports.plugins = plugins;