mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
mapbox: Fix no-unnecessary-class lint (#20821)
This commit is contained in:
8
types/mapbox/index.d.ts
vendored
8
types/mapbox/index.d.ts
vendored
@@ -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[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user