Don't use npx for eslint

This commit is contained in:
Vinicius Fortuna 2022-03-10 01:54:33 +00:00
parent 7389ce724f
commit 167f3b3fb6

View file

@ -26,7 +26,7 @@
"format:all": "prettier --write \"**/*.{cjs,html,js,json,md,ts}\"",
"lint": "npm run lint:sh && npm run lint:ts",
"lint:sh": "bash ./scripts/shellcheck.sh",
"lint:ts": "npx eslint \"**/*.{js,ts}\"",
"lint:ts": "eslint \"**/*.{js,ts}\"",
"test": "npm run lint && npm run action metrics_server/test && npm run action sentry_webhook/build && npm run action server_manager/test && npm run action shadowbox/test"
},
"workspaces": [