### Step 1 * Merge https://github.com/openedx/frontend-build/pull/516 ### Step 2 * Switch all consumers of `frontend-build` that use `createConfig('eslint', {` over to `createConfig('eslint-next', {` * this will include fixing all missing description lint errors for each consuming application ### Step 3 * Remove `eslint-next` from `frontend-build`, update `eslintrc` in frontend-build to include the message description lint rule ### Step 4 * Switch all consumers of `frontend-build` that use `createConfig('eslint-next', {` back to `createConfig('eslint', {`
Step 1
Step 2
frontend-buildthat usecreateConfig('eslint', {over tocreateConfig('eslint-next', {Step 3
eslint-nextfromfrontend-build, updateeslintrcin frontend-build to include the message description lint ruleStep 4
frontend-buildthat usecreateConfig('eslint-next', {back tocreateConfig('eslint', {