chore(deps): upgrade eslint, prettier & related packages
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0a53a1d7f0
commit
6c91f81b0e
@ -11,7 +11,8 @@ function createChallengeNode(challenge, reporter) {
|
||||
// sections.
|
||||
if (
|
||||
typeof challenge.description !== 'string' &&
|
||||
(challenge.challengeType !== 11 && challenge.challengeType !== 7)
|
||||
challenge.challengeType !== 11 &&
|
||||
challenge.challengeType !== 7
|
||||
) {
|
||||
reporter.warn(`
|
||||
|
||||
|
Reference in New Issue
Block a user