1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-04-18 21:16:54 +02:00

Maintenance update

This commit is contained in:
2026-04-08 17:11:42 +02:00
parent fcef903836
commit bcdf76bb1b
10 changed files with 434 additions and 431 deletions

View File

@@ -1 +0,0 @@
info= "Lint size of lib and jshint"

View File

@@ -17,3 +17,12 @@ Lints size of the project, jshint. See configs:
- `package.json`: key `size-limit`
- `package.json`: key `jshintConfig`
- `.editorconfig`
### bs/npm/lint
Linted projects npm dependencies.
### bs/npm/update
Updates projects npm dependencies.
### bs/npm/install-audit
Audits projects npm dependencies to be installed.

2
bs/npm/install-audit Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
npx npq install "$1" --dry-run

2
bs/npm/lint Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
npx lockfile-lint --path package.json

2
bs/npm/update Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
npx npm-check-updates --interactive --format group --cooldown 7