eslint-plugin-compat
eslint-plugin-compat copied to clipboard
need option to configure browserslist settings (and pipe through to browserlists)
to use extends functionality in .browserslistsrc files and to not have to follow some naming conventions you need to pass a configuration setting to browserslist when it is started. the parameter is called: dangerousExtend and described here: https://github.com/browserslist/browserslist#shareable-configs
can you please add the possibility to pass this config to browserslist?