Skip to content

"sidekick run --ci": The keyword 'const' is reserved #2

@sagarpatke

Description

@sagarpatke

.eslintrc.js:

module.exports = {
...
  "env": {
    ...
    "es6": true
  }
...
  "ecmaFeatures": {
    ...
    "blockBindings": true
    ...
  }
...
}

However, gulp-eslint plugin doesn't report any errors in the project with the same eslint configuration.

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