mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01: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',
|
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
|
warnOnUnassignedImports: true, // Warn for unassigned imports
|
||||||
// alphabetize: { order: 'asc', caseInsensitive: true }, // Alphabetize imports within each group
|
// alphabetize: { order: 'asc', caseInsensitive: true }, // Alphabetize imports within each group
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue