client: lint with useTabs
This commit is contained in:
parent
48a8e9f6a9
commit
60f2ab99b3
13 changed files with 241 additions and 240 deletions
|
@ -2,5 +2,6 @@
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"printWidth": 80
|
"printWidth": 80,
|
||||||
|
"useTabs": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 { Text } from '@geist-ui/core'
|
||||||
|
|
||||||
import ShiftBy from '@components/shift-by'
|
import ShiftBy from '@components/shift-by'
|
||||||
|
|
Loading…
Reference in a new issue