diff --git a/package.json b/package.json index 4cf399fd99a18e74ad6b091921d368982a18f638..2fb57bc7fab83f82b6cfd0e942b4f3f6594bd7f5 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": {