Skip to content

Commit 1f2074c

Browse files
clean up
1 parent a2045d4 commit 1f2074c

2 files changed

Lines changed: 10 additions & 1660 deletions

File tree

napi-rs/package.json

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -68,47 +68,10 @@
6868
"@swc/types": "^0.1.25",
6969
"@taplo/cli": "^0.7.0",
7070
"@tybys/wasm-util": "^0.10.0",
71-
"ava": "^6.4.1",
72-
"husky": "^9.1.7",
73-
"lint-staged": "^16.1.6",
74-
"npm-run-all2": "^8.0.4",
7571
"oxlint": "^1.14.0",
7672
"prettier": "^3.6.2",
7773
"tinybench": "^6.0.0",
7874
"typescript": "^5.9.2",
7975
"vitest": "^4.0.18"
80-
},
81-
"lint-staged": {
82-
"*.@(js|ts|tsx)": [
83-
"oxlint --fix"
84-
],
85-
"*.@(js|ts|tsx|yml|yaml|md|json)": [
86-
"prettier --write"
87-
],
88-
"*.toml": [
89-
"taplo format"
90-
]
91-
},
92-
"ava": {
93-
"extensions": {
94-
"ts": "module"
95-
},
96-
"timeout": "2m",
97-
"workerThreads": false,
98-
"environmentVariables": {
99-
"OXC_TSCONFIG_PATH": "./__test__/tsconfig.json"
100-
},
101-
"nodeArguments": [
102-
"--import",
103-
"@oxc-node/core/register"
104-
]
105-
},
106-
"prettier": {
107-
"printWidth": 120,
108-
"semi": false,
109-
"trailingComma": "all",
110-
"singleQuote": true,
111-
"arrowParens": "always"
112-
},
113-
"packageManager": "yarn@4.12.0"
76+
}
11477
}

0 commit comments

Comments
 (0)