diff --git a/Justfile b/Justfile index afc5d62..c9bb667 100644 --- a/Justfile +++ b/Justfile @@ -3,4 +3,8 @@ dev: npx expo start -p 8080 clean: - rm -rf node_modules .expo \ No newline at end of file + rm -rf node_modules .expo + +lint: + npm install + npm run lint \ No newline at end of file