Fix mismatch in prettier import order config (#1609)
Follow-up to #1608 — quick fix for an issue I encountered after merging main into #1497 Just going to directly merge once this completes (cc @SuaYoo for visibility)
This commit is contained in:
		
							parent
							
								
									c9c57fafee
								
							
						
					
					
						commit
						91df222cdf
					
				| @ -10,15 +10,18 @@ module.exports = { | |||||||
|     "", |     "", | ||||||
|     "<THIRD_PARTY_MODULES>", |     "<THIRD_PARTY_MODULES>", | ||||||
|     "", |     "", | ||||||
|     "^(\\./)(.*)", |     // Parent directory items
 | ||||||
|  |     "^\\.\\.$", | ||||||
|  |     "^\\.\\.(/.+)$", | ||||||
|  |     "", | ||||||
|  |     // This directory items
 | ||||||
|  |     "^\\.(/.+)$", | ||||||
|     "", |     "", | ||||||
|     "^\\.$", |     "^\\.$", | ||||||
|     "", |     "", | ||||||
|     "^@/(.*)$", |     "^@/(.*)$", | ||||||
|     "^~assets/(.*)", |     "^~assets/(.*)", | ||||||
|     "", |     "", | ||||||
|     // "^\\./(.*)$",
 |  | ||||||
|     // "",
 |  | ||||||
|   ], |   ], | ||||||
|   importOrderParserPlugins: ["typescript", "decorators-legacy"], |   importOrderParserPlugins: ["typescript", "decorators-legacy"], | ||||||
|   importOrderTypeScriptVersion: "5.0.0", |   importOrderTypeScriptVersion: "5.0.0", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user