Options
Options shared by the:
You can use some of these options in the configuration object.
allowEmptyInput
CLI flag: --allow-empty-input, --aei
Stylelint does not throw an error when glob pattern matches no files.
configFile
CLI flag: --config, -c
Path to a JSON, YAML, or JS file that contains your configuration object.
Use this option if you don't want Stylelint to search for a configuration file.
The path should be either absolute or relative to the directory that your process is running from (process.cwd()
).
configBasedir
CLI flag: --config-basedir
Absolute path to the directory that relative paths defining "extends", "plugins", and "customSyntax" are relative to. Only necessary if these values are relative paths.