Switch from prettier to oxfmt (#33844)
* Switch from prettier to oxfmt * Make knip happy * Make knip happy * Apply suggestion from @t3chguy * Rename .oxfmtrc.json to .oxfmtrc.jsonc * Make oxfmt happier
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"*": "prettier -u --write"
|
||||
"*": "oxfmt --no-error-on-unmatched-pattern"
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
"@element-hq/element-web-playwright-common": "workspace:*",
|
||||
"eslint": "8",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-matrix-org": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user