Browse Source

chore: use prettier format json (#38563)

pull/38565/head
cl1107 2 years ago
committed by GitHub
parent
commit
d0838c00b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

4
package.json

@ -353,7 +353,7 @@
"mode": "npm"
},
"lint-staged": {
"*.{ts,tsx,js,json}": "rome format --write",
"*.{less,md}": "prettier --ignore-unknown --write"
"*.{ts,tsx,js}": "rome format --write",
"*.{json,less,md}": "prettier --ignore-unknown --write"
}
}

Loading…
Cancel
Save