Skip to content

Commit

Permalink
Fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo committed Jun 1, 2023
1 parent d27cb5d commit b3f7a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ module.exports = {
'unknown',
],
},
],
'import/order': [
'warn',
{
'newlines-between': 'always',
Expand Down

0 comments on commit b3f7a13

Please sign in to comment.