Skip to content

Commit

Permalink
Use eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 31, 2017
1 parent 53a9a6f commit dee122c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/probot/stale",
"scripts": {
"start": "probot run ./index.js",
"test": "xo"
"test": "xo --extend probot"
},
"dependencies": {
"js-yaml": "^3.8.2",
Expand All @@ -19,15 +19,7 @@
"npm": ">= 4.0.0"
},
"devDependencies": {
"eslint-config-probot": "^0.1.0",
"xo": "^0.17.1"
},
"xo": {
"esnext": true,
"space": true,
"rules": {
"camelcase": 1,
"no-else-return": 0,
"key-spacing": 0
}
}
}

0 comments on commit dee122c

Please sign in to comment.