UNPKG

cspell

Version:

A Spelling Checker for Code!

9 lines 264 B
export const ReportChoicesAll = ['all', 'simple', 'typos', 'flagged']; export function fixLegacy(opts) { const { local, ...rest } = opts; if (local && !rest.locale) { rest.locale = local; } return rest; } //# sourceMappingURL=options.js.map