Parameter 'data' implicitly has an 'any' type.oop
comment must start with a spacethis
"comment-format": [ false, "check-space" ]
Forbidden 'var' keyword, use 'let' or 'const' insteadspa
Identifier 'ht' is never reassigned; use 'const' instead of 'var'.調試
Calls to 'console.log' are not allowed.code
Shadowed name: 'data'orm
Expected a 'for-of' loop instead of a 'for' loop with this simple iterationci
// for (var i = 0; i < data.length; i++) {
for (let d of data) {
Element implicitly has an 'any' type because type '{ 雲景: number[]; 松山湖: number[]; }' has no index signature.get