Open jonmast opened 5 months ago
Currently the preset adds disable comments to the beginning of the output file
/* eslint-disable eslint-comments/disable-enable-pair */ /* eslint-disable eslint-comments/no-unlimited-disable */
This assumes users are using this eslint plugin, if not eslint will complain about it being an unknown rule.
There's probably no way to have a single output that works regardless of whether the plugin is installed, it might need to be configurable.
Currently the preset adds disable comments to the beginning of the output file
This assumes users are using this eslint plugin, if not eslint will complain about it being an unknown rule.
There's probably no way to have a single output that works regardless of whether the plugin is installed, it might need to be configurable.