Skip to content

Update modules to use ESlint semistandard #432

@ekryski

Description

@ekryski

For each repo we need to:

  • remove .jshintrc
  • update the .gitignore and .npmignore files
  • update package.json file
    • add a lint task
    • install semistandard
    • install eslint-if-supported (if repo supports < node v4)
    • remove any inline jshint directives
    • Add the semistandard config:
  "semistandard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "/lib"
    ]
  },

Repos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions