Commit 8e363222 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajout de tests.

No related merge requests found
Showing with 19 additions and 0 deletions
+19 -0
......@@ -20,5 +20,24 @@
"tslint-defocus": "^2.0.6",
"tslint-plugin-prettier": "^2.0.1",
"typescript": ">=2.9.0"
},
"devDependencies": {
"@angular/compiler": "^8.2.9",
"@angular/core": "^8.2.9",
"codelyzer": "^5.0.0",
"prettier": "^1.15.0",
"prettier-tslint": "^0.4.2",
"rxjs": "^6",
"rxjs-tslint-rules": "^4.10",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.15.0",
"tslint-defocus": "^2.0.6",
"tslint-plugin-prettier": "^2.0.1",
"tsutils": "^3",
"typescript": ">=2.9.0"
},
"scripts": {
"test": "tslint -p tsconfig.json --print-config tsconfig.json >/dev/null",
"lint": "prettier --check '*.js' '*.json'"
}
}
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