Skip to content

Commit 237441b

Browse files
committed
fix: xo lint cleanup
1 parent 13b797f commit 237441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/job-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ const fs = require('node:fs');
22
const { join } = require('node:path');
33
const combineErrors = require('combine-errors');
44
const isInvalidPath = require('is-invalid-path');
5+
const { default: cron } = require('cron-validate');
56
const {
67
getName,
78
isSANB,
89
isSchedule,
910
parseValue,
1011
getJobPath
1112
} = require('./job-utils');
12-
const { default: cron } = require('cron-validate');
1313

1414
const validateReservedJobName = (name) => {
1515
// Don't allow a job to have the `index` file name

0 commit comments

Comments
 (0)