mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🧹 chore(.eslintrc.js): Update Import Order of The React Types (#2964)
This commit is contained in:
parent
0e3e45e77d
commit
4469ba72fc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module.exports = {
|
|||
position: 'before',
|
||||
},
|
||||
],
|
||||
pathGroupsExcludedImportTypes: ['builtin'], // Exclude these types from the path group rule
|
||||
pathGroupsExcludedImportTypes: ['builtin', 'type'], // Exclude these types from the path group rule
|
||||
warnOnUnassignedImports: true, // Warn for unassigned imports
|
||||
// alphabetize: { order: 'asc', caseInsensitive: true }, // Alphabetize imports within each group
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue