Skip to content

Commit

Permalink
📦 install eslint airbnb, security, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 7, 2023
1 parent 065ba17 commit 9752192
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,21 @@
"author": "Biconomy (https://biconomy.io)",
"devDependencies": {
"@types/jest": "^29.5.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-security": "^1.7.1",
"hardhat": "^2.9.9",
"jest": "^29.6.4",
"lerna": "^7.2.0",
"lerna-changelog": "^2.2.0",
"nx": "^15.8.3",
"prettier": "2.7.1",
"prettier": "^3.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
Expand Down

0 comments on commit 9752192

Please sign in to comment.