eslint-plugin-tree-shaking
eslint-plugin-tree-shaking copied to clipboard
Respect `package.json#sideEffects` and skip those files
Hey!
In webpack, it is possible to mark files which allow side effects via package.json#sideEffects.
At first try, I figured out that this plugin does not respect this configuration.
What do you think about this? 😊