aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/tslint.json b/tslint.json
index 9963d6c..3ea984c 100644
--- a/tslint.json
+++ b/tslint.json
@@ -18,7 +18,6 @@
18 "forin": true, 18 "forin": true,
19 "import-blacklist": [ 19 "import-blacklist": [
20 true, 20 true,
21 "rxjs",
22 "rxjs/Rx" 21 "rxjs/Rx"
23 ], 22 ],
24 "import-spacing": true, 23 "import-spacing": true,
@@ -117,18 +116,6 @@
117 "check-separator", 116 "check-separator",
118 "check-type" 117 "check-type"
119 ], 118 ],
120 "directive-selector": [
121 true,
122 "attribute",
123 "app",
124 "camelCase"
125 ],
126 "component-selector": [
127 true,
128 "element",
129 "app",
130 "kebab-case"
131 ],
132 "no-output-on-prefix": true, 119 "no-output-on-prefix": true,
133 "use-input-property-decorator": true, 120 "use-input-property-decorator": true,
134 "use-output-property-decorator": true, 121 "use-output-property-decorator": true,