mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-23 00:34:55 +00:00
Upgrade to ESLint 9+ and flat config (#9410)
This commit is contained in:

committed by
GitHub

parent
688033d412
commit
54f49b5bd4
@ -1,5 +0,0 @@
|
||||
{
|
||||
"globals": {
|
||||
"L": true
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
/* global hljs */
|
||||
/* global hljs, L */
|
||||
hljs.configure({tabReplace: ' '});
|
||||
hljs.initHighlighting();
|
||||
|
||||
|
@ -13,4 +13,4 @@ title: WMS example
|
||||
layers: 'TOPO-OSM-WMS'
|
||||
}).addTo(map);
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user