From b404b747266c2c6e6048b4a4796b09b24de29a99 Mon Sep 17 00:00:00 2001 From: Caleb Miller Date: Thu, 22 Oct 2020 13:24:48 -0600 Subject: [PATCH] fix it lol --- .env | 1 + package.json | 4 ++-- src/components/DeleteConfirm.jsx | 6 ++---- 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..3ccb8ff --- /dev/null +++ b/.env @@ -0,0 +1 @@ +EXTEND_ESLINT=true \ No newline at end of file diff --git a/package.json b/package.json index 44ef022..3d62b34 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "eslintConfig": { "extends": "react-app", "rules": { - "react/jsx-uses-react": "off", - "react/react-in-jsx-scope": "off" + "react/jsx-uses-react": false, + "react/react-in-jsx-scope": false } }, "browserslist": { diff --git a/src/components/DeleteConfirm.jsx b/src/components/DeleteConfirm.jsx index 0024089..442edf4 100644 --- a/src/components/DeleteConfirm.jsx +++ b/src/components/DeleteConfirm.jsx @@ -5,16 +5,14 @@ import { DialogContentText, DialogTitle, Button, -} from "@material-ui/core"; +} from '@material-ui/core'; const DeleteConfirm = ({ open, close, yes }) => { return ( Delete this item? - - Are you really sure you want to delete this item? - + Are you really sure you want to delete this item?