Interface: ICSpellConfigFile
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:5
Properties
readonly?
optional
readonly:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:17
Indicate that the config file is readonly.
remote?
optional
remote:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:25
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:13
The settings from the config file.
url
readonly
url:URL
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:9
The url of the config file, used to resolve imports.
virtual?
optional
virtual:boolean
Defined in: packages/cspell-config-lib/dist/CSpellConfigFile.d.ts:21
Indicate that the config file is virtual and not associated with a file on disk.