From 8ea0e3bd3398e2dd5984ed57d6dc98c8587b15ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Kr=C3=BDda?= Date: Sat, 11 Dec 2021 00:26:01 +0100 Subject: [PATCH] Specification of CI / CD actions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc8a3d4..b168ef2 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "coverage": "nyc npm test", - "lint": "eslint \"**\\*.ts\"", - "lintFix": "eslint \"**\\*.ts\" --fix" + "lint": "eslint . --ext .ts", + "lintFix": "eslint . --ext .ts --fix" }, "author": "Karel Krýda (https://github.com/karelkryda)", "license": "GPL-3.0",