Skip to content
Snippets Groups Projects
Commit 1f5ba4de authored by Lisa Hillebrand's avatar Lisa Hillebrand
Browse files

518 Run eslint on missing directories

parent fbc56162
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
"log": "react-native log-android",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
"lint": "eslint components lib test",
"lint": "eslint components lib test styles slices db",
"devtool": "adb shell input keyevent 82",
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
"update-version": "node ./tools/bin/update-version.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment