mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	style: 解决 IDE 报 Delete ␍ eslint(prettier/prettier) 警告的问题
				
					
				
			endOfLine: 'auto',自动检测行尾符,根据当前操作系统自动选择行尾符。例如:Windows 上的行尾符是 CRLF(\r\n),而 Unix 和 Linux 上的行尾符是 LF(\n)。
This commit is contained in:
		| @@ -6,4 +6,5 @@ module.exports = { | |||||||
|   quoteProps: 'consistent', |   quoteProps: 'consistent', | ||||||
|   htmlWhitespaceSensitivity: 'strict', |   htmlWhitespaceSensitivity: 'strict', | ||||||
|   vueIndentScriptAndStyle: true, |   vueIndentScriptAndStyle: true, | ||||||
|  |   endOfLine: 'auto', | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user