From 6e70d9a5ab8db7b4e29c83c10e41a209b893f0b3 Mon Sep 17 00:00:00 2001 From: dDogge <> Date: Thu, 14 Dec 2023 19:29:27 +0100 Subject: [PATCH] Extending Justfile with lint --- Justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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