Commit 5b515d69 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Have tslint rules extends tslint:recommended by default.

And do not include node_modules/codelyzer, which is not listed in dependencies.
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
{ {
"extends": [ "extends": [
"tslint:recommended",
"tslint-defocus", "tslint-defocus",
"rxjs-tslint-rules", "rxjs-tslint-rules",
"tslint-config-prettier" "tslint-config-prettier"
], ],
"rulesDirectory": [ "rulesDirectory": [
"node_modules/codelyzer",
"tslint-plugin-prettier" "tslint-plugin-prettier"
], ],
"rules": { "rules": {
......
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