Skip to content

Commit

Permalink
Merge pull request #57 from dipiash/feature/41-update-unicorn
Browse files Browse the repository at this point in the history
Update unicorn
  • Loading branch information
dipiash authored Nov 22, 2023
2 parents ccbf759 + b8d493b commit 952d75b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 34 deletions.
70 changes: 38 additions & 32 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"README.md",
"package.json"
],
"homepage": "https://github.com/dipiash/eslint-plugin-nimbus-clean#eslint-plugin-nimbus-clean",
"bugs": {
"url": "https://github.com/dipiash/eslint-plugin-nimbus-clean/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dipiash/eslint-plugin-nimbus-clean.git"
},
"scripts": {
Expand Down Expand Up @@ -68,7 +73,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"husky": "8.0.3",
"markdown-toc": "1.2.0",
"npm-run-all": "4.1.5",
Expand All @@ -94,7 +99,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"prettier": "^3.0.3"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 952d75b

Please sign in to comment.