Skip to content

what errors / warnings to suppress? #21

@shiffman

Description

@shiffman

This came up today, whether we want the editor to highlight errors like missing semi-colons. For example the following has a 'missing semi-colon' error which is correct in one sense, but not always the convention in p5 examples.

var blah = function() {
  console.log('blah');
}

screen shot 2016-07-21 at 2 40 00 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions