Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2024
1 parent 6a03444 commit b589b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit b589b54

Please sign in to comment.