diff --git a/config/plugins.cjs b/config/plugins.cjs index 13c37a74..128b451a 100644 --- a/config/plugins.cjs +++ b/config/plugins.cjs @@ -265,6 +265,13 @@ module.exports = { 'import/order': [ 'error', { + groups: [ + 'builtin', + 'external', + 'parent', + 'sibling', + 'index', + ], 'newlines-between': 'never', warnOnUnassignedImports: true, },