Skip to content

Commit

Permalink
add XO
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 20, 2015
1 parent c26f8a3 commit 5baebcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .jshintrc

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"repository": "sindresorhus/load-grunt-tasks",
"scripts": {
"test": "grunt"
"test": "xo && grunt"
},
"dependencies": {
"arrify": "^1.0.0",
Expand All @@ -34,7 +34,8 @@
"devDependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-svgmin": "^2.0.0"
"grunt-svgmin": "^2.0.0",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 5baebcc

Please sign in to comment.