eslint-plugin-material-ui-unused-classes icon indicating copy to clipboard operation
eslint-plugin-material-ui-unused-classes copied to clipboard

support peer dependency eslint 7 || 8

Open artivilla opened this issue 3 years ago • 1 comments

Trying to update some of my packages and this lib has been really useful. Can put in PR for this to support peers 7 || 8

"peerDependencies": {
    "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},

Any suggestions on how to test this plugin?

artivilla avatar Jan 14 '22 07:01 artivilla

As long as this wont be fixed, you may use this repo:

https://github.com/4commerce-technologies-AG/eslint-plugin-material-ui-unused-classes

npm install --save-dev https://github.com/4commerce-technologies-AG/eslint-plugin-material-ui-unused-classes

TomFreudenberg avatar Jan 31 '22 02:01 TomFreudenberg

Hi all! I just tagged and released v2, eslint is now set to * as peer dependency.

jens-ox avatar Jan 08 '23 12:01 jens-ox