Ignore ESLint nested ternary (#23310)
This commit is contained in:
		
							parent
							
								
									f8bdfa2f19
								
							
						
					
					
						commit
						1032d45644
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -81,7 +81,6 @@ module.exports = {
 | 
			
		|||
      },
 | 
			
		||||
    ],
 | 
			
		||||
    'no-empty': 'off',
 | 
			
		||||
    'no-nested-ternary': 'warn',
 | 
			
		||||
    'no-restricted-properties': [
 | 
			
		||||
      'error',
 | 
			
		||||
      { property: 'substring', message: 'Use .slice instead of .substring.' },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue