From 6786c27b8931f6cebd94b7f93726ddc066573f96 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