File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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} ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments