Add no-tabs error to eslint
This commit is contained in:
		
							parent
							
								
									25a6d9a3eb
								
							
						
					
					
						commit
						4cea34bfae
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -231,7 +231,7 @@ module.exports = {
 | 
				
			||||||
    "no-spaced-func": ["off"],
 | 
					    "no-spaced-func": ["off"],
 | 
				
			||||||
    "no-sparse-arrays": ["error"],
 | 
					    "no-sparse-arrays": ["error"],
 | 
				
			||||||
    "no-sync": ["error"],
 | 
					    "no-sync": ["error"],
 | 
				
			||||||
    "no-tabs": ["off"],
 | 
					    "no-tabs": ["error"],
 | 
				
			||||||
    "no-template-curly-in-string": ["error"],
 | 
					    "no-template-curly-in-string": ["error"],
 | 
				
			||||||
    "no-ternary": ["off"],
 | 
					    "no-ternary": ["off"],
 | 
				
			||||||
    "no-this-before-super": ["off"],
 | 
					    "no-this-before-super": ["off"],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue