Skip to content

Commit

Permalink
fix: making eslint-plugin-you-dont-need-lodash-underscore a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 9, 2021
1 parent 1ec35d6 commit ad9ca8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-testing-library": "^4.1.2",
"eslint-plugin-unicorn": "^35.0.0"
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
},
"peerDependencies": {
"eslint": "^7.0.0",
Expand All @@ -47,7 +48,6 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"husky": "^7.0.1"
},
"commitlint": {
Expand Down

0 comments on commit ad9ca8f

Please sign in to comment.