Update .eslintrc.js
This commit is contained in:
		
							parent
							
								
									5887c5da6c
								
							
						
					
					
						commit
						2a61a0c026
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -67,6 +67,11 @@ module.exports = {
 | 
			
		|||
		'object-curly-spacing': ['error', 'always'],
 | 
			
		||||
		'space-infix-ops': ['error'],
 | 
			
		||||
		'space-before-blocks': ['error', 'always'],
 | 
			
		||||
		'padding-line-between-statements': [
 | 
			
		||||
			'error',
 | 
			
		||||
			{ 'blankLine': 'always', 'prev': 'function', 'next': '*' },
 | 
			
		||||
			{ 'blankLine': 'always', 'prev': '*', 'next': 'function' },
 | 
			
		||||
		],
 | 
			
		||||
		'@typescript-eslint/func-call-spacing': ['error', 'never'],
 | 
			
		||||
		'@typescript-eslint/no-explicit-any': ['warn'],
 | 
			
		||||
		'@typescript-eslint/no-unused-vars': ['warn'],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue