From 0a02acad0abd0b4551d4387d632eae61a406721e Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 16 Jan 2024 09:25:58 +0100 Subject: [PATCH] chore: fix linting issues --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ea83618..8dc13fd2 100644 --- a/README.md +++ b/README.md @@ -653,7 +653,7 @@ const config = { ## Develop -To get started: clone the git repository, run `npm install`, and then `npm run dev`. +To get started: clone the git repository, run `npm install`, and then `npm run dev`. All available scripts: @@ -671,9 +671,9 @@ npm run lint # Run linter npm run format # Automatically fix linting issues npm run release-dry-run # To run the build and see the change list without actually publishing -npm run release # Publish to npm (requires login). It will increase the version number, - # update changelog, etc. Note that it will publish two npm packages: - # `svelte-jsoneditor` and `vanilla-jsoneditor`. +npm run release # Publish to npm (requires login). It will increase the version number, + # update changelog, etc. Note that it will publish two npm packages: + # `svelte-jsoneditor` and `vanilla-jsoneditor`. ``` ## License