Skip to content

Commit 5a1df9b

Browse files
committed
chore: fix lint
1 parent 37c898d commit 5a1df9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import {
2424
verifyPublishDir,
2525
} from './build/verification.js'
2626

27-
const skipPlugin = process.env.NETLIFY_NEXT_PLUGIN_SKIP === 'true' || process.env.NETLIFY_NEXT_PLUGIN_SKIP === '1'
27+
const skipPlugin =
28+
process.env.NETLIFY_NEXT_PLUGIN_SKIP === 'true' || process.env.NETLIFY_NEXT_PLUGIN_SKIP === '1'
2829
const skipText = 'Skipping Next.js plugin due to NETLIFY_NEXT_PLUGIN_SKIP environment variable.'
2930
const tracer = wrapTracer(trace.getTracer('Next.js runtime'))
3031

0 commit comments

Comments
 (0)