Now lint modules too
parent
957f8f982c
commit
38ec9aecaa
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint-apps": "eslint ./apps --ext .js",
|
"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",
|
"update-local-apps": "./bin/create_apps_json.sh apps.local.json",
|
||||||
"local": "npm-watch & npx http-server -a localhost -c-1",
|
"local": "npm-watch & npx http-server -a localhost -c-1",
|
||||||
"start": "npx http-server -c-1"
|
"start": "npx http-server -c-1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue