Run linting on the generated project in CI // add a working eslintconfig #259
Annotations
2 errors
tests/default.test.mjs#L58
ExecaError: Command failed with exit code 1: pnpm lint
> [email protected] lint /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test
> concurrently "pnpm:lint:*(!fix)" --names "lint:"
[lint:css]
[lint:css] > [email protected] lint:css /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test
[lint:css] > stylelint "**/*.css"
[lint:css]
[lint:hbs]
[lint:hbs] > [email protected] lint:hbs /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test
[lint:hbs] > ember-template-lint .
[lint:hbs]
[lint:js]
[lint:js] > [email protected] lint:js /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test
[lint:js] > eslint . --cache
[lint:js]
[lint:css] pnpm run lint:css exited with code 0
[lint:hbs]
[lint:hbs] pnpm run lint:hbs exited with code 0
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/.eslintrc.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/.prettierrc.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/.stylelintrc.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/.template-lintrc.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/app.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/config/environment.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/initializers/test-init.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/instance-initializers/test-instance-init.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/router.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/app/routes/styles.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/config/environment.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/config/targets.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/ember-cli-build.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/testem-proxy.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/testem.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/tests/acceptance/app-init-test.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/tests/acceptance/custom-component-test.js
[lint:js] 0:0 error Parsing error: Cannot use the decorators and decorators-legacy plugin together
[lint:js]
[lint:js] /tmp/tmp-1858-0izisd7A9ppC/fancy-app-in-test/tests/acceptance/styles-test.js
[lint:js] 0:0 e
|
|
This job failed
Loading