diff options
author | 2021-01-21 19:56:18 +0200 | |
---|---|---|
committer | 2021-01-21 19:56:18 +0200 | |
commit | 64205b4e08c3a9decee2c2c1ba2fd80794f396b2 (patch) | |
tree | 8283f489c3be0a16677cfbf5afa88c869fdf0068 | |
parent | Add space to union both sides (diff) |
Remove unnecessary ESLint disable
-rw-r--r-- | src/components/Question.tsx | 1 |
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"; |