From b589b54ef0f2e8a69932c26f94c85d42e9d28224 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Thu, 31 Oct 2024 04:49:51 +0000 Subject: [PATCH] Fix linting --- src/main.js | 2 +- src/main.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 9918a6b..e0e0672 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,4 @@ -import { getOptions, BUGS_PREFIX } from './options.js' +import { BUGS_PREFIX, getOptions } from './options.js' const properties = ({ error: { message }, options }) => { if (options === undefined) { diff --git a/src/main.test.js b/src/main.test.js index a942415..728af59 100644 --- a/src/main.test.js +++ b/src/main.test.js @@ -3,8 +3,8 @@ import { each } from 'test-each' import { BaseError, - TEST_BUGS_URL, TEST_BUGS_STRING, + TEST_BUGS_URL, TEST_MESSAGE, } from './helpers/main.test.js'