Skip to content

Commit 4b7e21f

Browse files
author
Connor Turland
committed
Update .bithoundrc
1 parent 0c17f0b commit 4b7e21f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.bithoundrc

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"ignore": [
33
"lib/libraries/**"
4-
]
5-
}
4+
],
5+
"test": [
6+
"**/test/**",
7+
"**/tests/**",
8+
"**/spec/**",
9+
"**/specs/**"
10+
],
11+
"dependencies": {
12+
"unused-ignores": [],
13+
"mute": []
14+
}
15+
}

0 commit comments

Comments
 (0)