Skip to content

Commit 589b6c6

Browse files
author
Robert Gregg
committed
fix(validation.js): Remove ES lint waiver
#668
1 parent f567077 commit 589b6c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/editor/util/validation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export function doesNotExist (value: any): boolean {
2525
* Returns false if the value is ok.
2626
* Returns an EditorValidationIssue object if the value is not ok.
2727
*/
28-
// eslint-disable-next-line complexity
2928
export function validate (
3029
field: GtfsSpecField,
3130
value: any,

0 commit comments

Comments
 (0)