File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 36
36
},
37
37
"lint" : [
38
38
{
39
- "project" : " src/tsconfig.app.json"
39
+ "project" : " src/tsconfig.app.json" ,
40
+ "exclude" : " **/node_modules/**"
40
41
},
41
42
{
42
- "project" : " src/tsconfig.spec.json"
43
+ "project" : " src/tsconfig.spec.json" ,
44
+ "exclude" : " **/node_modules/**"
43
45
},
44
46
{
45
- "project" : " e2e/tsconfig.e2e.json"
47
+ "project" : " e2e/tsconfig.e2e.json" ,
48
+ "exclude" : " **/node_modules/**"
46
49
}
47
50
],
48
51
"test" : {
Original file line number Diff line number Diff line change
1
+ # Editor configuration, see http://editorconfig.org
2
+ root = true
3
+
4
+ [* ]
5
+ charset = utf-8
6
+ indent_style = space
7
+ indent_size = 2
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
10
+
11
+ [* .md ]
12
+ max_line_length = off
13
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -40,5 +40,3 @@ testem.log
40
40
# System Files
41
41
.DS_Store
42
42
Thumbs.db
43
-
44
- coverage
You can’t perform that action at this time.
0 commit comments