From f4aa14f968fc41a5053b3f49e47d8b6fa0f6f610 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Mon, 10 May 2021 08:42:40 +0100 Subject: [PATCH] Change runLinter script. --- runLinter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runLinter.sh b/runLinter.sh index 08c9db9..b9a40f7 100755 --- a/runLinter.sh +++ b/runLinter.sh @@ -1,3 +1,3 @@ #!/bin/bash -npx eslint -c .eslintrc.json "$@" --fix src/ --ext .js,.ts \ No newline at end of file +npx eslint -c .eslintrc.json "$@" --fix --ext .js,.ts \ No newline at end of file