Skip to content

Commit

Permalink
add XO
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 8, 2015
1 parent 1db7bd0 commit 52a5c0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .jshintrc

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js && node test2.js && node test3.js"
"test": "xo && node test.js && node test2.js && node test3.js"
},
"files": [
"index.js"
Expand All @@ -30,5 +30,8 @@
"dependencies": {
"configstore": "^1.2.0",
"read-pkg-up": "^1.0.1"
},
"devDependencies": {
"xo": "*"
}
}
2 changes: 1 addition & 1 deletion test3.js
@@ -1,4 +1,4 @@
'use strict'
'use strict';
var Configstore = require('configstore');
var firstRun = require('./');
(new Configstore('first-run_first-run')).clear();
Expand Down

0 comments on commit 52a5c0b

Please sign in to comment.