aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-21 19:56:18 +0200
committerGravatar GitHub <[email protected]>2021-01-21 19:56:18 +0200
commit64205b4e08c3a9decee2c2c1ba2fd80794f396b2 (patch)
tree8283f489c3be0a16677cfbf5afa88c869fdf0068
parentAdd space to union both sides (diff)
Remove unnecessary ESLint disable
-rw-r--r--src/components/Question.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Question.tsx b/src/components/Question.tsx
index 750dd64..25ce04d 100644
--- a/src/components/Question.tsx
+++ b/src/components/Question.tsx
@@ -1,4 +1,3 @@
-/* eslint-disable @typescript-eslint/no-empty-function */
/** @jsx jsx */
import { jsx, css } from "@emotion/react";
import React, { ChangeEvent, FocusEvent } from "react";