From 99ad93e1286d75012ba5531043d4a7ffc707a687 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 28 Apr 2021 23:32:07 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2306e6fc..5f085aaa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "linter": "eslint source/**/*.mjs", "dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json", "postinstall": "node node_modules/puppeteer/install.js", - "fmt": "dprint fmt --config .github/config/dprint.json && eslint source/**/*.mjs --fix" + "fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix" }, "repository": { "type": "git",