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:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
* @type {string} Default WMS version.
|
||||
*/
|
||||
export var DEFAULT_WMS_VERSION = '1.3.0';
|
||||
export const DEFAULT_WMS_VERSION = '1.3.0';
|
||||
|
||||
Reference in New Issue
Block a user