diff --git a/examples/frontend-create-react-app/package.json b/examples/frontend-create-react-app/package.json index 5aa53506..5678bcec 100644 --- a/examples/frontend-create-react-app/package.json +++ b/examples/frontend-create-react-app/package.json @@ -12,7 +12,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "BROWSER=none react-scripts start", + "start": "DISABLE_ESLINT_PLUGIN=true BROWSER=none react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"