Showing 5 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) {
Parsing error: Unexpected token function Open
Open
async function loadOCO(identity) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Parsing error: Unexpected token function Open
Open
async function loadOCO(identity) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Parsing error: Unexpected token import Open
Open
const metadata = meta(dirname(fileURLToPath(import.meta.url)))
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/