Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 511809f

Browse files
committed
chore: set up
1 parent 98e61ed commit 511809f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: .angular-cli.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"outDir": "dist",
1010
"assets": [
1111
"assets",
12+
"content",
1213
"favicon.ico"
1314
],
1415
"index": "index.html",
@@ -17,7 +18,7 @@
1718
"test": "test.ts",
1819
"tsconfig": "tsconfig.app.json",
1920
"testTsconfig": "tsconfig.spec.json",
20-
"prefix": "app",
21+
"prefix": "rc",
2122
"styles": [
2223
"styles.css"
2324
],
@@ -51,7 +52,7 @@
5152
}
5253
},
5354
"defaults": {
54-
"styleExt": "css",
55+
"styleExt": "scss",
5556
"component": {}
5657
}
5758
}

Diff for: .editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ root = true
33

44
[*]
55
charset = utf-8
6+
end_of_line = lf
67
indent_style = space
78
indent_size = 2
89
insert_final_newline = true

Diff for: tslint.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"check-type"
9999
],
100100

101-
"directive-selector": [true, "attribute", "app", "camelCase"],
102-
"component-selector": [true, "element", "app", "kebab-case"],
101+
"directive-selector": [true, "attribute", "rc", "camelCase"],
102+
"component-selector": [true, "element", "rc", "kebab-case"],
103103
"use-input-property-decorator": true,
104104
"use-output-property-decorator": true,
105105
"use-host-property-decorator": true,

0 commit comments

Comments
 (0)