From c3944d476becdbba0a5bfe880c118ed407662a49 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 20 Nov 2022 14:12:26 -0800 Subject: [PATCH] fix lintHTML and lintCSS commands Signed-off-by: Arthur Lu --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5dfc756..6ea0de5 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "test": "mocha --recursive --require mock-local-storage './{,!(node_modules)/**}/*.test.js'", "lint": "eslint **/*.js", "fix-style": "eslint --fix **/*.js", - "lintHTML": "htmlhint '**/*.html'", - "lintCSS": "stylelint '**/*.css'", + "lintHTML": "htmlhint **/*.html", + "lintCSS": "stylelint **/*.css", "http-server": "http-server source" }, "devDependencies": {