Config and login
Change-Id: I81ffb9b8097620cb7870beaf1b1b315945eebec0
diff --git a/tslint.json b/tslint.json
index 373c573..d8902fa 100644
--- a/tslint.json
+++ b/tslint.json
@@ -7,8 +7,8 @@
"component-selector-name": [true, "kebab-case"],
"directive-selector-type": [true, "attribute"],
"component-selector-type": [true, "element"],
- "directive-selector-prefix": [true, "fountain"],
- "component-selector-prefix": [true, "fountain"],
+ "directive-selector-prefix": [true, "xos"],
+ "component-selector-prefix": [true, "xos"],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
@@ -18,7 +18,7 @@
"no-forward-ref" :true,
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
- "pipe-naming": [true, "camelCase", "fountain"],
+ "pipe-naming": [true, "camelCase", "xos"],
"component-class-suffix": true,
"directive-class-suffix": true,
"ban": [true,