mapbox: Fix no-unnecessary-class lint (#20821)

This commit is contained in:
Andy
2017-10-23 08:00:15 -07:00
committed by GitHub
parent 60b572a6af
commit c49aac404f

View File

@@ -366,12 +366,12 @@ declare global {
///////////////////////////// CONFIGURATION //////////////////////////
//////////////////////////////////////////////////////////////////////
class config {
static FORCE_HTTPS: boolean;
namespace config {
const FORCE_HTTPS: boolean;
static HTTP_URLS: string[];
const HTTP_URLS: string[];
static HTTPS_URLS: string[];
const HTTPS_URLS: string[];
}
}
}