Skip to content

Commit

Permalink
Updated eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 29, 2024
1 parent f3fcfae commit 00577b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/app/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@eslint/js": "^8.0.0",
"@eslint/js": "^9.0.0",
"concurrently": "^6.2.1",
"eslint": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"new-port-cli": "^1.0.0",
"prettier": "^3.2.5",
"typescript-eslint": "^7.7.0",
"typescript-eslint": "^8.0.0",
"typescript": "^5.4.5"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions templates/zome/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@eslint/js": "^8.0.0",
"@eslint/js": "^9.0.0",
"concurrently": "^6.2.1",
"eslint": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"new-port-cli": "^1.0.0",
"prettier": "^3.2.5",
"typescript-eslint": "^7.7.0",
"typescript-eslint": "^8.0.0",
"typescript": "^5.4.5"
},
"type": "module",
Expand Down

0 comments on commit 00577b7

Please sign in to comment.