Upgrade to ESLint 9+ and flat config (#9410)

This commit is contained in:
Volodymyr Agafonkin
2024-07-27 19:38:35 +03:00
committed by GitHub
parent 688033d412
commit 54f49b5bd4
16 changed files with 1779 additions and 1885 deletions

View File

@ -1,5 +0,0 @@
{
"globals": {
"L": true
}
}

View File

@ -1,4 +1,4 @@
/* global hljs */
/* global hljs, L */
hljs.configure({tabReplace: ' '});
hljs.initHighlighting();

View File

@ -13,4 +13,4 @@ title: WMS example
layers: 'TOPO-OSM-WMS'
}).addTo(map);
</script>
</script>