Commit ecd394c0 authored by Nathan Friend's avatar Nathan Friend

Merge branch 'ps-fix-fe-integration-eslint-disable' into 'master'

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

See merge request gitlab-org/gitlab!52707
parents 37bd562b c8c54670
/* eslint-disable global-require, import/no-unresolved */
/* eslint-disable global-require */
// We use "require" rather than `fs` so that this works in a browser environment.
/* eslint "import/no-unresolved": 0 */
// We don't want to require *all* fixtures to be generated (especailly in a local environment).
// We use `eslint` instead of `eslint-disable`, so that we also don't trigger an `Unused eslint-disable directive` when all fixtures are present.
import { memoize } from 'lodash';
const createFactoryWithDefault = (fn, defaultValue) => () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment