Ignore ESLint nested ternary (#23310)
This commit is contained in:
		@@ -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 New Issue
	
	Block a user