"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = exports.meta = exports.default = exports.configs = void 0; var cspell_eslint_plugin_cjs_1 = require("./cspell-eslint-plugin.cjs"); Object.defineProperty(exports, "configs", { enumerable: true, get: function () { return cspell_eslint_plugin_cjs_1.configs; } }); Object.defineProperty(exports, "default", { enumerable: true, get: function () { return cspell_eslint_plugin_cjs_1.plugin; } }); Object.defineProperty(exports, "meta", { enumerable: true, get: function () { return cspell_eslint_plugin_cjs_1.meta; } }); Object.defineProperty(exports, "rules", { enumerable: true, get: function () { return cspell_eslint_plugin_cjs_1.rules; } }); //# sourceMappingURL=index.cjs.map