refactor: remove Oxlint workflow and update linting to use ESLint
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"publish-version": "node scripts/publish-version.mjs",
|
||||
"fmt": "cargo fmt --manifest-path ./src-tauri/Cargo.toml",
|
||||
"clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml",
|
||||
"lint": "oxlint src",
|
||||
"lint": "eslint src",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
@@ -90,13 +90,12 @@
|
||||
"commander": "^14.0.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-plugin-oxlint": "^1.12.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"globals": "^16.3.0",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
"jiti": "^2.5.1",
|
||||
"meta-json-schema": "^1.19.12",
|
||||
"node-fetch": "^3.3.2",
|
||||
"oxlint": "^1.12.0",
|
||||
"prettier": "^3.6.2",
|
||||
"sass": "^1.90.0",
|
||||
"terser": "^5.43.1",
|
||||
|
||||
Reference in New Issue
Block a user