Skip to content

Commit

Permalink
v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktv18 committed Apr 6, 2022
1 parent df3b483 commit f5f772e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelf/eslint-config",
"version": "2.16.0",
"version": "2.16.1",
"description": "ESLint Config for Shelf Projects",
"license": "MIT",
"repository": "shelfio/eslint-config",
Expand Down Expand Up @@ -45,8 +45,6 @@
},
"peerDependencies": {
"eslint": "7.x || 8.x",
"prettier": "2.x",
"eslint-plugin-sonarjs": "0.12.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
Expand All @@ -56,8 +54,10 @@
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-sonarjs": "0.12.0",
"eslint-plugin-testing-library": "5.1.0",
"eslint-plugin-vue": "8.5.0"
"eslint-plugin-vue": "8.5.0",
"prettier": "2.x"
},
"lint-staged": {
"*.{js,json,css,md,yml}": [
Expand Down

0 comments on commit f5f772e

Please sign in to comment.