shakacode / sass-resources-loader

SASS resources (e.g. variables, mixins etc.) loader for Webpack. Also works with less, post-css, etc.
MIT License
982 stars 66 forks source link

Fix error in yarn lint in example #172

Closed LewWadoo closed 2 years ago

LewWadoo commented 2 years ago

There is an error when running yarn lint in example:

ESLint couldn't determine the plugin "import" uniquely.

This is because there are eslint-plugin development dependencies (that I added to remove some warnings in commit 4c50b1b) both in core and in example, so ESLint cannot determine which to choose.