garris / garris/ember-backstop

ESLint errors in ember-backstop

Open
#29 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Using ESLint on a project with ember-backstop throws lint errors for the following lines:

In ember-backstop/addon-test-support/backstop.js

> 150:11 error - Unexpected Console Statement (no-console)

In ember-backstop/addon-test-support/index.js

> 1:1 error Parsing error: 'import' and 'export' may appear only with 'sourceType': "module"

`1| import { backstop } from './backstop';`
`2|`
`3| export { backstop };`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.