From a2c964622edc157d2378acd7ab8207ff0c93feb8 Mon Sep 17 00:00:00 2001 From: Tuomas Liikala Date: Thu, 12 Dec 2024 09:03:50 +0200 Subject: [PATCH] Update package.json Windows terminal (Command Prompt) compatible path for the command of Eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7c454f137..bc79d1b6ab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "webpack-dev-server --open --mode development", "start-prod": "node app.js", "test": "jest", - "eslint": "eslint './**/*.{js,jsx}'", + "eslint": "eslint \"./**/*.{js,jsx}\"", "build": "webpack --mode production" }, "repository": {