mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Update eslint-plugin-unicorn to v35.0.0
This commit is contained in:
+2
-2
@@ -63,7 +63,7 @@
|
||||
"docs-serve": "hugo server --port 9001 --disableFastRender",
|
||||
"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 eslint-plugin-unicorn,globby,karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
|
||||
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
|
||||
"release": "npm-run-all dist release-sri docs-build release-zip*",
|
||||
"release-sri": "node build/generate-sri.js",
|
||||
"release-version": "node build/change-version.js",
|
||||
@@ -115,7 +115,7 @@
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-xo": "^0.38.0",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-unicorn": "^34.0.1",
|
||||
"eslint-plugin-unicorn": "^35.0.0",
|
||||
"find-unused-sass-variables": "^3.1.0",
|
||||
"glob": "^7.1.7",
|
||||
"globby": "^11.0.4",
|
||||
|
||||
Reference in New Issue
Block a user