client: lint with useTabs

This commit is contained in:
Max Leiter 2022-03-23 15:42:22 -07:00
parent 48a8e9f6a9
commit 60f2ab99b3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A3512F2F2F17EBDA
13 changed files with 241 additions and 240 deletions

View file

@ -2,5 +2,6 @@
"semi": false,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 80
"printWidth": 80,
"useTabs": true
}

View file

@ -1,4 +1,4 @@
import { ChangeEvent, memo, useCallback, useEffect, useState } from 'react'
import { ChangeEvent, memo, useEffect, useState } from 'react'
import { Text } from '@geist-ui/core'
import ShiftBy from '@components/shift-by'