Skip to content

Commit

Permalink
use xo for npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Apr 25, 2020
1 parent ff0ea5c commit faa4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": "https://github.com/ubleipzig/histvv/issues",
"author": "Carsten Milling <[email protected]>",
"scripts": {
"lint": "eslint app.js routes",
"lint": "xo",
"start": "nodemon -e js,json,xsl,xq ./bin/www",
"test": "xo"
},
Expand Down

0 comments on commit faa4fa9

Please sign in to comment.