diff --git a/package.json b/package.json index 581bec23..8f08b2da 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "coverage": "react-scripts test --env=./test/env.js --coverage --watchAll=false", "coverage:html": "yarn coverage --coverageReporters html", "eject": "react-scripts eject", - "lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix" + "lint": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix" }, "eslintConfig": { "extends": "react-app"