Fix eslint warning in CI

This commit is contained in:
Raffson 2022-06-16 18:27:41 +02:00 committed by Dan Albert
parent 8a1c0c041c
commit 30bdcfac29
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"eslintConfig": {
"extends": "react-app"
},
"eslintIgnore": ["leaflet-ruler.d.ts"],
"prettier": {
"endOfLine": "auto"
},

View File

@ -1,3 +1,5 @@
// Ignoring eslint here because we know L.control.ruler is used in Ruler.tsx
interface CircleMarker {
color: string;
radius: number;