Interface: ICSpellConfigFile
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:8
Properties
readonly?
optional
readonly:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:20
Indicate that the config file is readonly.
remote?
optional
remote:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:28
Indicate that the config file is remote and not associated with a file on disk.
settings
readonly
settings:CSpellSettings
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:16
The settings from the config file.
url
readonly
url:URL
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:12
The url of the config file, used to resolve imports.
virtual?
optional
virtual:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:24
Indicate that the config file is virtual and not associated with a file on disk.