mirror of
https://github.com/dotFionn/iassure-wx.git
synced 2026-03-21 06:22:56 -05:00
add eslint ignore line
This commit is contained in:
@@ -12,6 +12,7 @@ import { DivIcon } from 'leaflet';
|
|||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [showModal, setShowModal] = useState(false);
|
const [showModal, setShowModal] = useState(false);
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
|
|
||||||
const [regions, setRegions] = useState<WxRegion[]>([]);
|
const [regions, setRegions] = useState<WxRegion[]>([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user