From 976c7e93dc5ba6c4baa5f50f844909adae9339c6 Mon Sep 17 00:00:00 2001 From: DangaRanga Date: Sat, 22 May 2021 01:48:32 -0500 Subject: [PATCH] Attempt to fix eslint bug --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30573d9a47..62424b7f26 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "lint": "eslint \"**/*.{ts,tsx}\"", - "lint-fix": "eslint \"**/*.{ts,tsx}\" --fix", + "lint": "eslint '**/*.{ts,tsx}'", + "lint-fix": "eslint '**/*.{ts,tsx}' --fix", "format": "prettier --write \"**/*.{ts,tsx,json,scss,css}\"" }, "eslintConfig": {