diff --git a/ui/package.json b/ui/package.json index 757d0c8..7b14623 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,10 +16,5 @@ }, "scripts": { "build": "esbuild src/index.tsx --bundle --minify --outfile=build/app.js && cp public/index.html build/index.html" - }, - "eslintConfig": { - "extends": [ - "react-app" - ] } }