mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix eslint warning in CI
This commit is contained in:
parent
8a1c0c041c
commit
30bdcfac29
@ -42,6 +42,7 @@
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"eslintIgnore": ["leaflet-ruler.d.ts"],
|
||||
"prettier": {
|
||||
"endOfLine": "auto"
|
||||
},
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// Ignoring eslint here because we know L.control.ruler is used in Ruler.tsx
|
||||
|
||||
interface CircleMarker {
|
||||
color: string;
|
||||
radius: number;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user