mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages * Fix leaflet lint
This commit is contained in:
@@ -7,7 +7,7 @@ isArray(true);
|
||||
isArray([]);
|
||||
isArray({});
|
||||
|
||||
var x = {};
|
||||
const x = {};
|
||||
if (isArray(x)) {
|
||||
x.push(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user