Skip to content

Commit

Permalink
Move eslint to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvs committed May 31, 2024
1 parent 2965dc3 commit 6597352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
"2.x"
],
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"mocha": "^7.1.2",
"prettier": "^3.0.3"
},
"peerDependencies": {
"eslint": "^8.51.0"
}
}

0 comments on commit 6597352

Please sign in to comment.