feature: New topology utils #927
Annotations
10 errors and 1 warning
lint:
src/utils.js#L129
Unexpected use of file extension "js" for "./utils/topology.js"
|
lint:
src/utils/topology.js#L163
Block must not be padded by blank lines
|
lint:
src/utils/topology.js#L168
'length' is never reassigned. Use 'const' instead
|
lint:
src/utils/topology.js#L176
Missing semicolon
|
lint:
src/utils/topology.js#L177
'coords' is never reassigned. Use 'const' instead
|
lint:
src/utils/topology.js#L179
Unexpected function expression
|
lint:
src/utils/topology.js#L182
Unexpected var, use let or const instead
|
lint:
src/utils/topology.js#L183
Unary operator '++' used
|
lint:
src/utils/topology.js#L185
Missing semicolon
|
lint:
src/utils/topology.js#L193
Missing semicolon
|
lint:
src/utils/topology.js#L179
Unexpected unnamed function
|