Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
add default groups to import/order rule
Browse files Browse the repository at this point in the history
Closes xojs#713
  • Loading branch information
Primajin committed Apr 7, 2023
1 parent 9c38358 commit 2bef862
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/plugins.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ module.exports = {
'import/order': [
'error',
{
"groups": [
"builtin",
"external",
"parent",
"sibling",
"index"
],
'newlines-between': 'never',
warnOnUnassignedImports: true,
},
Expand Down

0 comments on commit 2bef862

Please sign in to comment.