Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 30, 2022
1 parent 406b95f commit c025bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/normalize/lib/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { bugs } from '../../../utils/package.js'

export const AnyError = modernErrors([modernErrorsBugs])

/* jscpd:ignore-start */
export const UnknownError = AnyError.subclass('UnknownError', { bugs })
/* jscpd:ignore-end */

// Invalid `inputs`
export const InputError = AnyError.subclass('InputError')
Expand Down

0 comments on commit c025bb3

Please sign in to comment.