|
48 | 48 | "build:docs": "appium-docs build", |
49 | 49 | "dev:docs": "appium-docs build --serve", |
50 | 50 | "publish:docs": "appium-docs build --deploy --push -b docs-site -m 'docs: auto-build docs for appium-xcuitest-driver@%s' --alias latest", |
51 | | - "lint": "eslint .", |
| 51 | + "lint": "oxlint -c oxlint.config.mjs .", |
52 | 52 | "lint:commit": "commitlint", |
53 | | - "lint:fix": "npm run lint -- --fix", |
54 | | - "format": "oxfmt .", |
55 | | - "format:check": "oxfmt --check .", |
| 53 | + "lint:fix": "oxlint -c oxlint.config.mjs --fix .", |
| 54 | + "format": "oxfmt -c oxfmt.config.mjs .", |
| 55 | + "format:check": "oxfmt -c oxfmt.config.mjs --check .", |
56 | 56 | "install-docs-deps": "appium-docs init --no-mkdocs", |
57 | 57 | "prepare": "npm run rebuild", |
58 | 58 | "rebuild": "npm run clean; npm run build", |
|
93 | 93 | }, |
94 | 94 | "devDependencies": { |
95 | 95 | "@appium/docutils": "^2.4.0", |
96 | | - "@appium/eslint-config-appium-ts": "^3.0.0", |
| 96 | + "@appium/oxc-config": "^1.1.0", |
| 97 | + "@appium/semantic-release-config": "^1.1.0", |
97 | 98 | "@appium/tsconfig": "^1.2.0", |
98 | 99 | "@appium/types": "^1.5.0", |
99 | | - "@semantic-release/changelog": "^6.0.3", |
100 | | - "@semantic-release/git": "^10.0.1", |
101 | 100 | "@types/async-lock": "1.4.2", |
102 | 101 | "@types/chai": "5.2.3", |
103 | 102 | "@types/chai-as-promised": "8.0.2", |
|
108 | 107 | "@types/sinon": "22.0.0", |
109 | 108 | "chai": "^6.0.0", |
110 | 109 | "chai-as-promised": "^8.0.0", |
111 | | - "conventional-changelog-conventionalcommits": "^9.3.1", |
112 | 110 | "esmock": "^2.7.6", |
113 | | - "oxfmt": "^0.x", |
114 | 111 | "pem": "^1.14.8", |
115 | | - "semantic-release": "^25.0.2", |
116 | 112 | "sharp": "^0.x", |
117 | 113 | "sinon": "^22.0.0", |
118 | | - "typescript": "^6.0.2", |
119 | 114 | "webdriverio": "^9.4.1" |
120 | 115 | }, |
121 | 116 | "peerDependencies": { |
|
0 commit comments