Skip to content

Commit a95cec4

Browse files
committed
update scripts
1 parent 414d705 commit a95cec4

3 files changed

Lines changed: 75 additions & 73 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ updates:
1212
directory: "/"
1313
schedule:
1414
interval: daily
15+
ignore:
16+
- dependency-name: "eslint"
17+
- dependency-name: "typescript"

package-lock.json

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"clean": "cargo clean && rimraf --glob *.node",
3131
"format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern && cargo fmt",
3232
"install-updates": "npm i --save",
33-
"lint:fix": "cargo clippy --fix --allow-dirty && eslint --fix .",
34-
"lint": "cargo clippy && eslint .",
33+
"lint": "cargo clippy --fix --allow-dirty && eslint --fix .",
3534
"prepublishOnly": "napi prepublish --no-gh-release",
3635
"release": "bash scripts/release.sh",
3736
"universal": "napi universalize",
@@ -41,17 +40,17 @@
4140
"devDependencies": {
4241
"@napi-rs/cli": "^3.7.2",
4342
"@stylistic/eslint-plugin": "^5.10.0",
44-
"@typescript-eslint/parser": "^8.62.0",
43+
"@typescript-eslint/parser": "^8.62.1",
4544
"concurrently": "^10.0.3",
4645
"cross-env": "^10.1.0",
4746
"eslint": "9.39.2",
4847
"globals": "^17.7.0",
49-
"prettier": "^3.9.1",
48+
"prettier": "^3.9.3",
5049
"rimraf": "^6.1.3",
5150
"set-interval-async": "^3.0.3",
5251
"sharp": "^0.35.2",
5352
"typescript": "5.9.3",
54-
"typescript-eslint": "^8.62.0",
53+
"typescript-eslint": "^8.62.1",
5554
"updates": "^17.18.1"
5655
},
5756
"bugs": {
@@ -71,4 +70,4 @@
7170
"engines": {
7271
"node": ">= 10"
7372
}
74-
}
73+
}

0 commit comments

Comments
 (0)