Skip to content

Commit 99c1df2

Browse files
committed
build: bump deps
1 parent 511d688 commit 99c1df2

3 files changed

Lines changed: 103 additions & 88 deletions

File tree

oxlint.config.ts

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
import { defaultIgnorePatterns, getOxlintConfigs } from "oxc-config-hope/oxlint";
2-
import { defineConfig } from "oxlint";
1+
import { defineHopeConfig } from "oxc-config-hope/oxlint";
32

4-
export default defineConfig({
5-
extends: getOxlintConfigs({
6-
vitest: {
7-
bench: true,
8-
},
9-
}),
10-
options: {
11-
typeAware: true,
12-
typeCheck: true,
13-
},
14-
ignorePatterns: defaultIgnorePatterns,
3+
export default defineHopeConfig({
154
rules: {
165
"id-length": "off",
176
"no-bitwise": "off",
187
"no-plusplus": "off",
198
},
9+
vitest: {
10+
bench: true,
11+
},
2012
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@vitest/coverage-istanbul": "4.1.2",
6262
"husky": "9.1.7",
6363
"nano-staged": "0.9.0",
64-
"oxc-config-hope": "0.0.11",
64+
"oxc-config-hope": "0.1.2",
6565
"oxfmt": "0.42.0",
6666
"oxlint": "1.57.0",
6767
"oxlint-tsgolint": "0.18.1",

0 commit comments

Comments
 (0)