Skip to content

Commit

Permalink
Apply
Browse files Browse the repository at this point in the history
-Prettier 2.8.7 -> 3.2.5
-eslint-config-prettier 8.8.0 -> 9.1.0
-eslint-plugin-prettier 4.2.1 -> 5.1.3
  • Loading branch information
Hugo Marcellin committed Mar 19, 2024
1 parent 222ee9a commit 4a9181a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 21 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true
}
73 changes: 55 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/react-window": "^1.8.8",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"http-proxy-middleware": "^2.0.0",
"prettier": "^2.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
}
}

0 comments on commit 4a9181a

Please sign in to comment.