1
0
Fork 0

Now lint modules too

master
Gordon Williams 2022-11-10 13:54:39 +00:00
parent 957f8f982c
commit 38ec9aecaa
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
"scripts": {
"lint-apps": "eslint ./apps --ext .js",
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js",
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js && eslint ./modules --ext .js",
"update-local-apps": "./bin/create_apps_json.sh apps.local.json",
"local": "npm-watch & npx http-server -a localhost -c-1",
"start": "npx http-server -c-1"