Skip to content

Commit

Permalink
Update eslint & queryclient
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 15, 2024
1 parent 4a95446 commit aa9fd08
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 176 deletions.
4 changes: 2 additions & 2 deletions web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"v3xlabs"
],
"env": {
"node": true
"browser": true
},
"rules": {}
}
}
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"lint": "eslint -c .eslintrc.json --ext .ts ./src"
"lint": "eslint -c .eslintrc.json ./src"
},
"keywords": [],
"author": "",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint": "^8.57.0",
"eslint-plugin-v3xlabs": "^1.6.5",
"typescript": "^5.6.3"
}
Expand Down
Loading

0 comments on commit aa9fd08

Please sign in to comment.