1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 10:03:23 +00:00

Quick experiment with oxlint

This commit is contained in:
Anders Åberg
2025-12-11 19:34:02 +01:00
parent 267e488390
commit 6d8d4deeef
3 changed files with 324 additions and 3 deletions

View File

@@ -14,8 +14,10 @@
"homepage": "https://bitwarden.com",
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache --cache-strategy content && prettier --check .",
"lint:fix": "eslint . --cache --cache-strategy content --fix",
"oxlint": "oxlint",
"oxlint:types": "oxlint --type-aware",
"lint": "oxlint && eslint . --cache --cache-strategy content && prettier --check .",
"lint:fix": "oxlint --fix && eslint . --cache --cache-strategy content --fix",
"lint:clear": "rimraf .eslintcache",
"prettier": "prettier --cache --write .",
"test": "jest",
@@ -119,6 +121,8 @@
"lint-staged": "16.0.0",
"mini-css-extract-plugin": "2.9.4",
"nx": "21.6.10",
"oxlint": "1.32.0",
"oxlint-tsgolint": "0.8.5",
"path-browserify": "1.0.1",
"postcss": "8.5.6",
"postcss-loader": "8.2.0",
@@ -157,8 +161,8 @@
"@angular/platform-browser": "20.3.15",
"@angular/platform-browser-dynamic": "20.3.15",
"@angular/router": "20.3.15",
"@bitwarden/sdk-internal": "0.2.0-main.409",
"@bitwarden/commercial-sdk-internal": "0.2.0-main.409",
"@bitwarden/sdk-internal": "0.2.0-main.409",
"@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5",
"@koa/multer": "4.0.0",