Add npm run lint script

This commit is contained in:
Kevin Sawicki 2016-01-19 10:21:06 -08:00
parent 2e8a2c3a7f
commit fbfbf2158a

View file

@ -11,6 +11,7 @@
}, },
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "python ./script/eslint.py",
"preinstall": "node -e 'process.exit(0)'", "preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py", "start": "python ./script/start.py",
"test": "python ./script/test.py" "test": "python ./script/test.py"