lint tests

This commit is contained in:
Unknown
2018-11-12 11:28:05 +00:00
parent 04d80c7c2f
commit 23a49647d6
2 changed files with 19 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
"dev": "nodemon -w src --exec \"babel-node src\"",
"build": "npx babel src -d dist",
"start": "node dist",
"lint": "standard \"src/**/*.js\"",
"lint": "standard \"src/**/*.js\" \"test/**/*/js\"",
"test-watch": "ava --watch",
"test": "ava --verbose"
},