2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

package.json: ignore eslint for now and regenerate package-lock.json (#39950)

We should eventually update to eslint 9.x later but it requires changes to
migrate to flat config
This commit is contained in:
XhmikosR
2024-05-02 09:59:41 +03:00
committed by GitHub
parent e3f4d6099c
commit 4565525e35
2 changed files with 229 additions and 207 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x karma-browserstack-launcher,karma-rollup-preprocessor",
"update-deps": "ncu -u -x eslint,karma-browserstack-launcher,karma-rollup-preprocessor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.mjs",
"release-version": "node build/change-version.mjs",