Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Apr 23, 2024
1 parent 2f32173 commit bbe5f2a
Show file tree
Hide file tree
Showing 4 changed files with 6,566 additions and 5,278 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.cjs

This file was deleted.

12 changes: 12 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
rules: {
"@typescript-eslint/no-explicit-any": 0,
},
},
);
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.7",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"codecov": "^3.8.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^9.1.1",
"jest": "^29.7.0",
"moment": "^2.30.1",
"pkg-ok": "^3.0.0",
Expand All @@ -89,6 +87,7 @@
"ts-loader": "^9.5.1",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typescript-eslint": "^7.7.1",
"wait-on": "^7.2.0",
"webpack": "^5.90.0"
},
Expand Down
Loading

0 comments on commit bbe5f2a

Please sign in to comment.