mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-08 16:30:07 +00:00
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:
committed by
GitHub
parent
5d93490547
commit
eca2f39dbb
@@ -25,9 +25,9 @@ jobs:
|
||||
- name: Typescript Syntax Check
|
||||
install: layered
|
||||
command: "lint:types"
|
||||
- name: Prettier
|
||||
- name: Oxfmt
|
||||
install: normal
|
||||
command: "lint:prettier"
|
||||
command: "lint:fmt"
|
||||
- name: ESLint
|
||||
install: normal
|
||||
command: "lint:js"
|
||||
|
||||
Reference in New Issue
Block a user