Commit 77290d9c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Fixed the configuration of code quality tools.

No related merge requests found
Showing with 4 additions and 1 deletion
+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",
......
{ {
"extends": "./node_modules/irstea-typescript-config/tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "out-tsc/lib", "outDir": "out-tsc/lib",
"target": "es2015", "target": "es2015",
...@@ -9,7 +10,7 @@ ...@@ -9,7 +10,7 @@
"typeRoots": [ "typeRoots": [
"node_modules/@types" "node_modules/@types"
], ],
"moduleResolution": "node", "moduleResolution": "node"
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"annotateForClosureCompiler": true, "annotateForClosureCompiler": true,
......
{ {
"extends": [ "extends": [
"tslint:recommended",
"irstea-typescript-config" "irstea-typescript-config"
], ],
"rulesDirectory": [ "rulesDirectory": [
......
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