mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
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:
parent
ac47a92424
commit
0da9e777f4
6
oxlint.json
Normal file
6
oxlint.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
"import/named": "allow",
|
||||
"import/no-export": "allow"
|
||||
}
|
||||
}
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user