forked from Urigo/angular-meteor-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bithoundrc
More file actions
37 lines (37 loc) · 698 Bytes
/
.bithoundrc
File metadata and controls
37 lines (37 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"ignore": [
"**/node_modules/**"
],
"test": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/specs/**",
"**/*.test.ts",
"**/*.test.js",
"**/*.spec.js",
"**/*.spec.ts"
],
"critics": {
"lint": {"engine": "tslint"}
},
"dependencies": {
"mute": [
"rxjs"
],
"unused-ignores": [
"babel-runtime",
"@angular/*",
"zone.js",
"try-thread-sleep",
"spawn-sync",
"reflect-metadata",
"meteor-typings",
"meteor-node-stubs",
"ionicons",
"angular2-meteor-tests-polyfills",
"angular2-meteor",
"@types/*"
]
}
}