Does the documentation fully explain how configs are merged?

https://eslint.org/docs/user-guide/configuring#extending-configuration-files 
explains how rules are extended or overriden, but how about other 
non-primitive config properties, for example, settings?

For example, suppose I have the following config:

"settings": { "import/extensions": [ ".js", ".jsx" ] }

1. Would it be possible for a config extending this config to clear all 
settings? If so, how?
2. Would it be possible for a config extending this config to clear the 
"import/extensions" settings? If so, how?
3. Would it be possible for a config extending this config to remove ".jsx" 
from the array? If so, how?

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/eslint/0bb31ad0-66bf-4829-aa96-150053331f1a%40googlegroups.com.

Reply via email to