Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
This commit is contained in:
@@ -15,7 +15,7 @@ import GML3 from '../format/GML3.js';
|
||||
* @extends {ol.format.GMLBase}
|
||||
* @api
|
||||
*/
|
||||
var _ol_format_GML_ = GML3;
|
||||
const _ol_format_GML_ = GML3;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user