UNPKG

@zthun/lint-janitor-config

Version:

A shared configuration for lint janitor for @zthun scoped projects.

11 lines (10 loc) 395 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const eslintConfig = require("@zthun/eslint-config"); Object.keys(eslintConfig).forEach((k) => { if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: () => eslintConfig[k] }); }); //# sourceMappingURL=eslint.cjs.map