chore: tree shaking - unused / redundant code (#43867)

This commit is contained in:
RobertoMSousa
2021-10-15 08:43:43 +01:00
committed by GitHub
parent 05af1bf09d
commit cb0a502d82
7 changed files with 4 additions and 29 deletions

View File

@ -1,8 +1,4 @@
// eslint-disable-next-line
import {
// prettier ignore
PassportConfigurator
} from '@freecodecamp/loopback-component-passport';
import { PassportConfigurator } from '@freecodecamp/loopback-component-passport';
import dedent from 'dedent';
import passport from 'passport';

View File

@ -6,6 +6,7 @@ import { flatten } from 'lodash';
// via the user object, then we should *not* store this so it can be garbage
// collected.
// eslint-disable-next-line import/no-unresolved
import curriculum from '../../../../config/curriculum.json';
export function getChallenges() {