|
14 | 14 | "bench": "lerna run bench --concurrency 1 --stream --no-prefix",
|
15 | 15 | "build": "yarn workspaces foreach -A --no-private -j 1 run build",
|
16 | 16 | "build:ts": "tsc -b tsconfig.project.json -verbose",
|
17 |
| - "lint": "eslint . -c ./.eslintrc.yml \"packages/**/*.{ts,js}\"", |
| 17 | + "lint": "oxlint .", |
18 | 18 | "test": "ava",
|
19 | 19 | "format": "run-p format:prettier format:rs format:toml",
|
20 | 20 | "format:prettier": "prettier --config ./package.json -w .",
|
|
24 | 24 | "postinstall": "husky install"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@napi-rs/cli": "^3.0.0-alpha.43", |
28 |
| - "@napi-rs/wasm-runtime": "^0.1.1", |
29 |
| - "@swc-node/core": "^1.12.0", |
30 |
| - "@swc-node/register": "^1.8.0", |
31 |
| - "@swc/core": "^1.4.2", |
| 27 | + "@napi-rs/cli": "^3.0.0-alpha.51", |
| 28 | + "@napi-rs/wasm-runtime": "^0.2.0", |
| 29 | + "@swc-node/core": "^1.13.0", |
| 30 | + "@swc-node/register": "^1.9.0", |
| 31 | + "@swc/core": "^1.4.16", |
32 | 32 | "@taplo/cli": "^0.7.0",
|
33 | 33 | "@tybys/wasm-util": "^0.8.1",
|
34 |
| - "@types/node": "^20.11.21", |
35 |
| - "@typescript-eslint/eslint-plugin": "^7.1.0", |
36 |
| - "@typescript-eslint/parser": "^7.1.0", |
37 |
| - "ava": "^6.1.1", |
| 34 | + "@types/node": "^20.12.7", |
| 35 | + "ava": "^6.1.2", |
38 | 36 | "benchmark": "^2.1.4",
|
39 | 37 | "codecov": "^3.8.3",
|
40 | 38 | "cross-env": "^7.0.3",
|
41 |
| - "eslint": "^8.57.0", |
42 |
| - "eslint-config-prettier": "^9.1.0", |
43 |
| - "eslint-plugin-import": "^2.29.1", |
44 |
| - "eslint-plugin-prettier": "^5.1.3", |
45 | 39 | "husky": "^9.0.11",
|
46 | 40 | "lerna": "^8.1.2",
|
47 | 41 | "lint-staged": "^15.2.2",
|
48 |
| - "memfs-browser": "^4.6.0", |
49 | 42 | "npm-run-all2": "^6.1.2",
|
| 43 | + "oxlint": "^0.2.17", |
50 | 44 | "prettier": "^3.2.5",
|
51 | 45 | "ts-node": "^10.9.2",
|
52 | 46 | "tslib": "^2.6.2",
|
53 |
| - "typescript": "^5.3.3" |
| 47 | + "typescript": "^5.4.5" |
54 | 48 | },
|
55 | 49 | "lint-staged": {
|
56 | 50 | "*.@(js|ts|tsx)": [
|
57 |
| - "eslint -c .eslintrc.yml --fix" |
| 51 | + "oxlint --fix" |
58 | 52 | ],
|
59 | 53 | "*.@(js|ts|tsx|yml|yaml|json|md)": [
|
60 | 54 | "prettier --write"
|
|
0 commit comments