Skip to content

Commit ff3f803

Browse files
author
Vikas Agarwal
committed
lint fixes
1 parent 9c4fa15 commit ff3f803

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

src/config/projectQuestions/app_dev.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const sections = [
7070
// somehow, it is not picking up error message from validationErrors object
7171
validationError: 'Please provide a description',
7272
validationErrors: {
73-
'isRequired' : 'Please provide a description',
74-
'minLength' : 'Please enter at least 160 characters'
73+
isRequired : 'Please provide a description',
74+
minLength : 'Please enter at least 160 characters'
7575
},
7676
fieldName: 'description',
7777
description: 'Brief Description',
@@ -336,8 +336,8 @@ export const basicSections = [
336336
// somehow, it is not picking up error message from validationErrors object
337337
validationError: 'Please provide a description',
338338
validationErrors: {
339-
'isRequired' : 'Please provide a description',
340-
'minLength' : 'Please enter at least 160 characters'
339+
isRequired : 'Please provide a description',
340+
minLength : 'Please enter at least 160 characters'
341341
},
342342
fieldName: 'description',
343343
description: 'Brief Description',

src/config/projectQuestions/avd.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ const sections = [
8585
// somehow, it is not picking up error message from validationErrors object
8686
validationError: 'Please provide a description',
8787
validationErrors: {
88-
'isRequired' : 'Please provide a description',
89-
'minLength' : 'Please enter at least 160 characters'
88+
isRequired : 'Please provide a description',
89+
minLength : 'Please enter at least 160 characters'
9090
},
9191
title: 'Description',
9292
type: 'textbox'
@@ -303,8 +303,8 @@ export const basicSections = [
303303
// somehow, it is not picking up error message from validationErrors object
304304
validationError: 'Please provide a description',
305305
validationErrors: {
306-
'isRequired' : 'Please provide a description',
307-
'minLength' : 'Please enter at least 160 characters'
306+
isRequired : 'Please provide a description',
307+
minLength : 'Please enter at least 160 characters'
308308
},
309309
id: 'projectInfo',
310310
fieldName: 'description',

src/config/projectQuestions/generic_chatbot.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const sections = [
5252
// somehow, it is not picking up error message from validationErrors object
5353
validationError: 'Please provide a description',
5454
validationErrors: {
55-
'isRequired' : 'Please provide a description',
56-
'minLength' : 'Please enter at least 160 characters'
55+
isRequired : 'Please provide a description',
56+
minLength : 'Please enter at least 160 characters'
5757
},
5858
description: 'Brief Description',
5959
title: 'Description',
@@ -153,8 +153,8 @@ export const basicSections = [
153153
// somehow, it is not picking up error message from validationErrors object
154154
validationError: 'Please provide a description',
155155
validationErrors: {
156-
'isRequired' : 'Please provide a description',
157-
'minLength' : 'Please enter at least 160 characters'
156+
isRequired : 'Please provide a description',
157+
minLength : 'Please enter at least 160 characters'
158158
},
159159
description: 'Brief Description',
160160
title: 'Description',

src/config/projectQuestions/ibm_chatbot.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const sections = [
5252
// somehow, it is not picking up error message from validationErrors object
5353
validationError: 'Please provide a description',
5454
validationErrors: {
55-
'isRequired' : 'Please provide a description',
56-
'minLength' : 'Please enter at least 160 characters'
55+
isRequired : 'Please provide a description',
56+
minLength : 'Please enter at least 160 characters'
5757
},
5858
description: 'Brief Description',
5959
title: 'Description',
@@ -165,8 +165,8 @@ export const basicSections = [
165165
// somehow, it is not picking up error message from validationErrors object
166166
validationError: 'Please provide a description',
167167
validationErrors: {
168-
'isRequired' : 'Please provide a description',
169-
'minLength' : 'Please enter at least 160 characters'
168+
isRequired : 'Please provide a description',
169+
minLength : 'Please enter at least 160 characters'
170170
},
171171
description: 'Brief Description',
172172
title: 'Description',

src/config/projectQuestions/mobility_testing.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ const sections = [
9090
// somehow, it is not picking up error message from validationErrors object
9191
validationError: 'Please provide a description',
9292
validationErrors: {
93-
'isRequired' : 'Please provide a description',
94-
'minLength' : 'Please enter at least 160 characters'
93+
isRequired : 'Please provide a description',
94+
minLength : 'Please enter at least 160 characters'
9595
},
9696
description: 'Brief Description',
9797
title: 'Description',
@@ -384,8 +384,8 @@ export const basicSections = [
384384
// somehow, it is not picking up error message from validationErrors object
385385
validationError: 'Please provide a description',
386386
validationErrors: {
387-
'isRequired' : 'Please provide a description',
388-
'minLength' : 'Please enter at least 160 characters'
387+
isRequired : 'Please provide a description',
388+
minLength : 'Please enter at least 160 characters'
389389
},
390390
id: 'projectInfo',
391391
fieldName: 'description',

src/config/projectQuestions/real_world_testing.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ const sections = [
8484
// somehow, it is not picking up error message from validationErrors object
8585
validationError: 'Please provide a description',
8686
validationErrors: {
87-
'isRequired' : 'Please provide a description',
88-
'minLength' : 'Please enter at least 160 characters'
87+
isRequired : 'Please provide a description',
88+
minLength : 'Please enter at least 160 characters'
8989
},
9090
description: 'Brief Description',
9191
title: 'Description',
@@ -434,8 +434,8 @@ export const basicSections = [
434434
// somehow, it is not picking up error message from validationErrors object
435435
validationError: 'Please provide a description',
436436
validationErrors: {
437-
'isRequired' : 'Please provide a description',
438-
'minLength' : 'Please enter at least 160 characters'
437+
isRequired : 'Please provide a description',
438+
minLength : 'Please enter at least 160 characters'
439439
},
440440
id: 'projectInfo',
441441
fieldName: 'description',

src/config/projectQuestions/visual_design.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const sections = [
8686
// somehow, it is not picking up error message from validationErrors object
8787
validationError: 'Please provide a description',
8888
validationErrors: {
89-
'isRequired' : 'Please provide a description',
90-
'minLength' : 'Please enter at least 160 characters'
89+
isRequired : 'Please provide a description',
90+
minLength : 'Please enter at least 160 characters'
9191
},
9292
description: 'Brief Description',
9393
title: 'Description',
@@ -322,8 +322,8 @@ export const basicSections = [
322322
// somehow, it is not picking up error message from validationErrors object
323323
validationError: 'Please provide a description',
324324
validationErrors: {
325-
'isRequired' : 'Please provide a description',
326-
'minLength' : 'Please enter at least 160 characters'
325+
isRequired : 'Please provide a description',
326+
minLength : 'Please enter at least 160 characters'
327327
},
328328
id: 'projectInfo',
329329
fieldName: 'description',

src/config/projectQuestions/wireframes.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ const sections = [
8484
// somehow, it is not picking up error message from validationErrors object
8585
validationError: 'Please provide a description',
8686
validationErrors: {
87-
'isRequired' : 'Please provide a description',
88-
'minLength' : 'Please enter at least 160 characters'
87+
isRequired : 'Please provide a description',
88+
minLength : 'Please enter at least 160 characters'
8989
},
9090
description: 'Brief Description',
9191
title: 'Description',
@@ -303,8 +303,8 @@ export const basicSections = [
303303
// somehow, it is not picking up error message from validationErrors object
304304
validationError: 'Please provide a description',
305305
validationErrors: {
306-
'isRequired' : 'Please provide a description',
307-
'minLength' : 'Please enter at least 160 characters'
306+
isRequired : 'Please provide a description',
307+
minLength : 'Please enter at least 160 characters'
308308
},
309309
id: 'projectInfo',
310310
fieldName: 'description',

0 commit comments

Comments
 (0)