Fixed the configuration of code quality tools.
Showing
+4 -1
... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
"lint": "ng lint", | "lint": "ng lint", | ||
"package": "ng-packagr" | "package": "ng-packagr" | ||
}, | }, | ||
"prettier": "./node_modules/irstea-typescript-config/prettier.config.js", | |||
"peerDependencies": { | "peerDependencies": { | ||
"@angular/common": "^8.2.0", | "@angular/common": "^8.2.0", | ||
"@angular/core": "^8.2.0", | "@angular/core": "^8.2.0", | ||
... | ... |
Please register or sign in to comment