Skip to content

Commit 066192c

Browse files
committed
chore: use oxc plugin for prettier
1 parent 5f30573 commit 066192c

File tree

3 files changed

+221
-8
lines changed

3 files changed

+221
-8
lines changed

.prettierrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@
44
"htmlWhitespaceSensitivity": "ignore",
55
"trailingComma": "all",
66
"endOfLine": "lf",
7-
"overrides": [
8-
{
9-
"files": ["*.ts"],
10-
"options": {
11-
"parser": "typescript"
12-
}
13-
}
14-
]
7+
"plugins": ["@prettier/plugin-oxc"]
158
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@commitlint/cli": "17.7.1",
6868
"@commitlint/config-conventional": "19.2.2",
6969
"@monkeytype/release": "workspace:*",
70+
"@prettier/plugin-oxc": "0.1.1",
7071
"@vitest/coverage-v8": "4.0.8",
7172
"conventional-changelog": "6.0.0",
7273
"eslint": "8.57.1",

pnpm-lock.yaml

Lines changed: 219 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)