chore(dev): improve eslint config
This commit is contained in:
		
							parent
							
								
									43b9a9e618
								
							
						
					
					
						commit
						2a2020b797
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -31,6 +31,11 @@ module.exports = {
 | 
			
		|||
			'beforeColon': false,
 | 
			
		||||
			'afterColon': true,
 | 
			
		||||
		}],
 | 
			
		||||
		'arrow-spacing': ['error', {
 | 
			
		||||
			'before': true,
 | 
			
		||||
			'after': true,
 | 
			
		||||
		}],
 | 
			
		||||
		'padded-blocks': ['error', 'never'],
 | 
			
		||||
		/* TODO: path aliasを使わないとwarnする
 | 
			
		||||
		'no-restricted-imports': ['warn', {
 | 
			
		||||
			'patterns': [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue