Skip to content

Commit

Permalink
chore: downgrade prettier-eslint to match prettier version (#26145)
Browse files Browse the repository at this point in the history
#23106 added a version of `prettier-eslint` which uses prettier v3. This project otherwise uses prettier v2. This downgrades the package to the latest version still supporting prettier v2.

## **Related issues**

- #23106
- #24828

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
legobeat and Gudahtt authored Aug 16, 2024
1 parent 555eb57 commit f659700
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"postcss-loader": "^8.1.1",
"postcss-rtlcss": "^4.0.9",
"prettier": "^2.7.1",
"prettier-eslint": "^16.3.0",
"prettier-eslint": "^15.0.1",
"prettier-plugin-sort-json": "^1.0.0",
"process": "^0.11.10",
"pumpify": "^2.0.1",
Expand Down
Loading

0 comments on commit f659700

Please sign in to comment.