cspell-lib
Version:
A library of useful functions used across various cspell tools.
6 lines • 361 B
JavaScript
export const configSettingsFileVersion0_1 = '0.1';
export const configSettingsFileVersion0_2 = '0.2';
export const currentSettingsFileVersion = configSettingsFileVersion0_2;
export const ENV_CSPELL_GLOB_ROOT = 'CSPELL_GLOB_ROOT';
export const defaultConfigFileModuleRef = '@cspell/cspell-bundled-dicts/cspell-default.json';
//# sourceMappingURL=constants.js.map