Skip to content

Commit

Permalink
feat: upgrade eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Mar 26, 2022
1 parent 68f5ff4 commit be5afaa
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 166 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
Expand All @@ -59,7 +59,7 @@
"import-sort-style-module": "^6.0.0",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"prettier-plugin-import-sort": "^0.0.7",
"pretty-quick": "^3.1.3",
"ts-jest": "^27.1.4",
Expand Down
Loading

0 comments on commit be5afaa

Please sign in to comment.