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