Skip to content

Commit

Permalink
Run ESLint fix on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 12, 2024
1 parent d778dd8 commit afc1998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/size-limit/get-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { lilconfig } from 'lilconfig'
import { createRequire } from 'node:module'
import { dirname, isAbsolute, join, relative } from 'node:path'
import { fileURLToPath } from 'node:url'

import { SizeLimitError } from './size-limit-error.js'

const require = createRequire(import.meta.url)
Expand Down

0 comments on commit afc1998

Please sign in to comment.