Skip to content

Commit

Permalink
removed jest from eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
pamellix committed Dec 25, 2024
1 parent 15f858d commit 88eb911
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@
"./flat": "./flat/index.mjs"
},
"main": "index.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"@salutejs/eslint-config-base": "*",
"eslint-plugin-salute-rules": "*",
"jest": "29.7.0"
"eslint-plugin-salute-rules": "*"
},
"peerDependencies": {
"@salutejs/prettier-config": "*",
Expand Down

0 comments on commit 88eb911

Please sign in to comment.