Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Nov 30, 2023
1 parent 5b9e858 commit a33ba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'dotenv/config'
import 'source-map-support'
import ssourceMapSupport from 'source-map-support'

Check warning on line 2 in index.js

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

`source-map-support` import should occur after import of `close-with-grace`

Check warning on line 2 in index.js

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

'ssourceMapSupport' is defined but never used
import { installGlobals } from '@remix-run/node'
import chalk from 'chalk'
import closeWithGrace from 'close-with-grace'
Expand Down

0 comments on commit a33ba4f

Please sign in to comment.