Skip to content

Commit 9c22abb

Browse files
committed
added bithound
1 parent 342c568 commit 9c22abb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.bithoundrc

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ignore": [
3+
"**/.vscode/**",
4+
"**/node_modules/**",
5+
"**/dist/**"
6+
"**/examples/**"
7+
],
8+
"test": [
9+
"**/test/**"
10+
],
11+
"critics": {
12+
"lint": {
13+
"engine": "eslint"
14+
},
15+
"wc": {
16+
"limit": 1000
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)