Skip to content

Commit

Permalink
[core] Move eslint to peer dependencies of eslint-plugin-material-ui (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored and danilo-leal committed Sep 18, 2023
1 parent ff2bd78 commit 3630288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.47.0"
},
"peerDependencies": {
"eslint": "^8.47.0"
},
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js'"
},
Expand Down

0 comments on commit 3630288

Please sign in to comment.