Skip to content

Variable: CSSDOC_CONFIG_FILENAMES

ts
const CSSDOC_CONFIG_FILENAMES: readonly ["cssdoc.json", "cssdoc.jsonc"];

Defined in: packages/config/src/CssDocConfigFile.ts:93

The conventional file names loaders look for, in preference order. Both are parsed the same way (JSON with comments); .jsonc just makes the comments explicit.

Released under the MIT License