8000 trying out bithound · macroxing/vue@213b539 · GitHub
[go: up one dir, main page]

Skip to content

Commit 213b539

Browse files
committed
trying out bithound
1 parent 183f7c0 commit 213b539

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.bithoundrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ignore": [
3+
"**/node_modules/**",
4+
"**/build/**",
5+
"**/dist/**",
6+
"**/examples/**",
7+
"**/perf/**",
8+
"gruntfile.js"
9+
],
10+
"test": [
11+
"**/test/**"
12+
]
13+
}

.codeclimate.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"devDependencies": {
3232
"casperjs": "^1.1.0-beta3",
3333
"codecov.io": "^0.1.2",
34+
"eslint": "^1.1.0",
3435
"grunt": "^0.4.5",
3536
"grunt-eslint": "^17.1.0",
3637
"grunt-karma": "^0.12.0",

0 commit comments

Comments
 (0)
0