We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f567077 commit 589b6c6Copy full SHA for 589b6c6
lib/editor/util/validation.js
@@ -25,7 +25,6 @@ export function doesNotExist (value: any): boolean {
25
* Returns false if the value is ok.
26
* Returns an EditorValidationIssue object if the value is not ok.
27
*/
28
-// eslint-disable-next-line complexity
29
export function validate (
30
field: GtfsSpecField,
31
value: any,
0 commit comments