chore(deps): lock file maintenance (#2129)

* chore(deps): lock file maintenance

* fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
renovate[bot] 2024-06-09 20:52:58 +08:00 committed by GitHub
parent ac47a92424
commit 0da9e777f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 825 additions and 832 deletions

6
oxlint.json Normal file
View File

@ -0,0 +1,6 @@
{
"rules": {
"import/named": "allow",
"import/no-export": "allow"
}
}

View File

@ -27,7 +27,7 @@
"format:prettier": "prettier . -w",
"format:rs": "cargo fmt",
"format:toml": "taplo format",
"lint": "oxlint --import-plugin --ignore-path=./.oxlintignore --deny-warnings -D correctness -A no-export",
"lint": "oxlint --import-plugin --ignore-path=./.oxlintignore --deny-warnings -c oxlint.json",
"test": "yarn workspaces foreach -A --exclude \"{cli,napi-rs}\" run test",
"test:bun": "bun test examples/napi/__tests__/values.spec.ts",
"test:cli": "yarn workspace @napi-rs/cli test",

1649
yarn.lock

File diff suppressed because it is too large Load Diff