From fb94858a196180a80ccb4bfea762d4f5d877de03 Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Thu, 10 Oct 2019 10:50:12 +0200 Subject: [PATCH] Fixed lint* scripts. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4cf399f..2fb57bc 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ }, "scripts": { "test": "ng test --code-coverage --no-watch --no-progress", - "lint": "ng lint && prettier --check '*.{js,json,html,css,scss,yaml}", - "lint:fix": "ng lint --fix && prettier --write '*.{js,json,html,css,scss,yaml}\"", + "lint": "ng lint && prettier --check *.{js,json,html,css,scss,yaml}", + "lint:fix": "ng lint --fix && prettier --write *.{js,json,html,css,scss,yaml}", "build": "ng-packagr -p package.json" }, "ngPackage": { -- GitLab