Skip to content

Commit cc22d2b

Browse files
committed
chore: remove oxc parser and related dependencies
1 parent 18a7b69 commit cc22d2b

File tree

3 files changed

+1
-391
lines changed

3 files changed

+1
-391
lines changed

.prettierrc

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,5 @@
88
"bracketSpacing": true,
99
"jsxBracketSameLine": false,
1010
"endOfLine": "lf",
11-
"arrowParens": "avoid",
12-
"overrides": [
13-
{
14-
"files": ["**/*.{js,mjs,cjs,jsx}"],
15-
"options": {
16-
"plugins": ["@prettier/plugin-oxc"],
17-
"parser": "oxc"
18-
}
19-
},
20-
{
21-
"files": ["**/*.{ts,mts,cts,tsx}"],
22-
"options": {
23-
"plugins": ["@prettier/plugin-oxc"],
24-
"parser": "oxc-ts"
25-
}
26-
}
27-
]
11+
"arrowParens": "avoid"
2812
}

0 commit comments

Comments
 (0)