From 368cb1e04da5641b2499465d72001db8442d6b7a Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 3 May 2023 15:50:51 -0500 Subject: [PATCH] Remove lint from readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e535eb2..5f8c741 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,6 @@ npm run build npm run preview ``` -### Lints and fixes files -``` -npm run lint -``` - ### Runs the tests using vite-jest ``` npm run test