mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): eslint imports order
This commit is contained in:
@@ -57,7 +57,8 @@ module.exports = {
|
||||
'builtin', // Built-in imports (come from NodeJS native) go first
|
||||
'external', // <- External imports
|
||||
'unknown', // <- unknown
|
||||
['sibling', 'parent'], // <- Relative imports, the sibling and parent types they can be mingled together
|
||||
'parent', // <- Relative imports, the sibling and parent types they can be mingled together
|
||||
'sibling',
|
||||
'index', // <- index imports
|
||||
'internal', // <- Absolute imports
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user