UNPKG

@cspell/eslint-plugin

Version:
25 lines 724 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = void 0; exports.defineCSpellPluginOptions = defineCSpellPluginOptions; exports.defineCSpellConfig = defineCSpellConfig; exports.defaultOptions = { numSuggestions: 8, generateSuggestions: true, autoFix: false, }; /** * Helper to define the options for the cspell-eslint-plugin. * @param options - The options to define. */ function defineCSpellPluginOptions(options) { return options; } /** * Helper to define the CSpell config section of the cspell-eslint-plugin. * @param cfg - The CSpell config to define. */ function defineCSpellConfig(cfg) { return cfg; } //# sourceMappingURL=options.cjs.map