From 190ebb02fd7b2c648443d9eb3bcc711b9b5551dc Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Fri, 22 Oct 2021 09:32:12 +0530 Subject: [PATCH] chore: use standard without fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa03c092f..8cf611c23 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "", "scripts": { "test": "jest --no-cache", - "style": "standard --fix" + "style": "standard" }, "author": "TheAlgorithms", "license": "GPL-3.0",