Skip to content

Fix "Unused eslint-disable" error for frontend_integration fixtures.js

Paul Slaughter requested to merge ps-fix-fe-integration-eslint-disable into master

What does this MR do?

When an environment has all fixtures generated, eslint will fail for frontend_integration/test_helpers/fixtures.js. Thiis doesn't happen in CI, but can be pretty annoying locally.

In this MR, we fix this by using /* eslint ... */ instead of /* eslint-disable */. See the MR for a comment on why we want to keep this disabled.

Merge request reports

Loading