From 581e1ff48814a87ab10bbe613350e8eb788c96b8 Mon Sep 17 00:00:00 2001 From: Marcus Michaels Date: Wed, 28 May 2025 17:32:16 +0100 Subject: [PATCH] Update installation.md to include --save-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since ls-lint is just used during development to check folder and file naming, it doesn’t need to be included in production builds. Installing it with --save-dev helps keep things tidy and makes it clear to others that it’s only needed while developing. --- 2.3/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.3/getting-started/installation.md b/2.3/getting-started/installation.md index 7c16163..05afab9 100644 --- a/2.3/getting-started/installation.md +++ b/2.3/getting-started/installation.md @@ -32,7 +32,7 @@ ls-lint-windows-amd64.exe ```bash npm install -g @ls-lint/ls-lint@v2.3.0 # global -npm install @ls-lint/ls-lint@v2.3.0 # local +npm install --save-dev @ls-lint/ls-lint@v2.3.0 # local ``` ### Run