Skip to content

Commit f210cb0

Browse files
authored
feat: update testops plugin (#552)
1 parent 7c975e7 commit f210cb0

27 files changed

Lines changed: 1470 additions & 449 deletions

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json",
23
"plugins": ["typescript", "react", "import", "jsdoc", "jsx-a11y", "node"],
34
"env": {
45
"browser": true,

.pnp.cjs

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

.vscode/oxfmt.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env sh
2+
exec yarn exec oxfmt "$@"

.vscode/oxlint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env sh
2+
exec yarn exec oxlint "$@"

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"oxc.enable": true,
1111
"oxc.typeAware": true,
1212
"eslint.enable": false,
13-
"typescript.experimental.useTsgo": false
13+
"typescript.experimental.useTsgo": false,
14+
"oxc.path.oxfmt": ".vscode/oxfmt.sh",
15+
"oxc.path.oxlint": ".vscode/oxlint.sh",
16+
"oxc.enable.oxlint": true
1417
}
Binary file not shown.
Binary file not shown.
365 KB
Binary file not shown.
-5.71 KB
Binary file not shown.
5.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)