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:
@@ -1 +0,0 @@
|
||||
info= "Lint size of lib and jshint"
|
||||
@@ -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
2
bs/npm/install-audit
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
npx npq install "$1" --dry-run
|
||||
2
bs/npm/lint
Executable file
2
bs/npm/lint
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
npx lockfile-lint --path package.json
|
||||
2
bs/npm/update
Executable file
2
bs/npm/update
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
npx npm-check-updates --interactive --format group --cooldown 7
|
||||
Reference in New Issue
Block a user