mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	chore(dev): remove duplicated lint rule
This commit is contained in:
		
							parent
							
								
									d92200a6d6
								
							
						
					
					
						commit
						fbd6b90bf8
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -53,7 +53,6 @@ module.exports = {
 | 
				
			||||||
		'no-empty-pattern': ['warn'],
 | 
							'no-empty-pattern': ['warn'],
 | 
				
			||||||
		'no-async-promise-executor': ['off'],
 | 
							'no-async-promise-executor': ['off'],
 | 
				
			||||||
		'no-useless-escape': ['off'],
 | 
							'no-useless-escape': ['off'],
 | 
				
			||||||
		'no-multi-spaces': ['warn'],
 | 
					 | 
				
			||||||
		'no-multiple-empty-lines': ['error', { 'max': 1 }],
 | 
							'no-multiple-empty-lines': ['error', { 'max': 1 }],
 | 
				
			||||||
		'no-control-regex': ['warn'],
 | 
							'no-control-regex': ['warn'],
 | 
				
			||||||
		'no-empty': ['warn'],
 | 
							'no-empty': ['warn'],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue