Adding lint helper

master
Mark Moffat 2019-11-03 09:51:44 +10:30
parent e5ef7af4cc
commit 3125db4bad
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"start": "node app.js",
"deploy": "gulp deploy",
"testdata": "node lib/testdata.js",
"test": "NODE_ENV=test ava --verbose"
"test": "NODE_ENV=test ava --verbose",
"lint": "eslint ./"
},
"engines": {
"node": "10.16.0"