|
|
|
@ -48,6 +48,8 @@ |
|
|
|
|
"lint:fix": "prettier --write '**/*.json' && eslint . --ext js --cache --fix", |
|
|
|
|
"lint:changed": "{ git ls-files --others --exclude-standard ; git diff-index --name-only --diff-filter=d HEAD ; } | grep --regexp='[.]js$' | tr '\\n' '\\0' | xargs -0 eslint", |
|
|
|
|
"lint:changed:fix": "{ git ls-files --others --exclude-standard ; git diff-index --name-only --diff-filter=d HEAD ; } | grep --regexp='[.]js$' | tr '\\n' '\\0' | xargs -0 eslint --fix", |
|
|
|
|
"lint:changelog": "auto-changelog validate", |
|
|
|
|
"lint:changelog:rc": "auto-changelog validate --rc", |
|
|
|
|
"lint:shellcheck": "./development/shellcheck.sh", |
|
|
|
|
"lint:styles": "stylelint '*/**/*.scss'", |
|
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts npm yarn github.com codeload.github.com --empty-hostname false --allowed-schemes \"https:\" \"git+https:\"", |
|
|
|
|