chore(eslint): ignore any types in maplibre styles

This commit is contained in:
Paul Chavard 2022-02-23 13:25:25 +01:00 committed by Pierre de La Morinerie
parent 67bfeb261a
commit cd2273ba54
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import type { AnyLayer } from 'maplibre-gl';
const layers: AnyLayer[] = [

View file

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import type { AnyLayer } from 'maplibre-gl';
const layers: AnyLayer[] = [