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