Commit 2c4ea2a7 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Fixed lint et lint:fix scripts.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
}, },
"scripts": { "scripts": {
"test": "ng test --code-coverage --no-watch --no-progress", "test": "ng test --code-coverage --no-watch --no-progress",
"lint": "ng lint", "lint": "ng lint && prettier --check '*.{js,json}'",
"lint:fix": "ng lint --fix", "lint:fix": "ng lint --fix && prettier --write '*.{js,json}'",
"package": "ng-packagr" "package": "ng-packagr"
}, },
"husky": { "husky": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment