Skip to content

Commit

Permalink
update: eslint & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKenPo committed Aug 19, 2023
1 parent 7c3abb7 commit 8a89565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"@typescript-eslint/no-unused-vars": [
"warn"
],
"@typescript-eslint/no-explicit-any": [
"warn"
],
"eqeqeq": 0,
"no-plusplus": 0,
"import/extensions": "off",
Expand All @@ -52,4 +55,4 @@
]
}
]
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.19.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -52,4 +53,4 @@
"@prisma/client": "^5.1.1",
"socket.io-client": "^4.5.4"
}
}
}

0 comments on commit 8a89565

Please sign in to comment.