Skip to content

Commit

Permalink
Remove rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortovoxx committed Mar 5, 2024
1 parent 407e2d4 commit c08d3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
plugins: ['prettier'],
rules: {
'simple-import-sort/imports': 'warn',
'import/default': 'off',
},
}
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const start = async (): Promise<void> => {
if (process.env.NEXT_BUILD) {
app.listen(PORT, async () => {
payload.logger.info(`Next.js is now building...`)
// @ts-ignore
// @ts-expect-error
await build(path.join(__dirname, '../'))
process.exit()
})
Expand Down

0 comments on commit c08d3cc

Please sign in to comment.