diff --git a/package.json b/package.json index 099ae85..48c1e41 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "lint": "eslint 'src/**/*.js'", + "lint": "eslint \"src/**/*.js\"", "test": "react-scripts test", "test:cov": "npm test -- --coverage --watchAll=false", "test:debug": "react-scripts --inspect-brk test --runInBand",