Showing 2 of 5 total issues
Function loadASE
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async function loadASE(identity) {
function scan(node) {
return node.map(datum => {
switch (datum.type) {
case 'color':
Function scan
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function scan(node) {
return node.map(datum => {
switch (datum.type) {
case 'color':
switch (datum.color.model) {