fix eslint rule
This commit is contained in:
		
							parent
							
								
									c260343125
								
							
						
					
					
						commit
						bd53c28ae1
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -37,7 +37,7 @@ module.exports = { | |||
| 			] | ||||
| 		}], | ||||
| 		*/ | ||||
| 		'eqeqeq': ['error', { 'null': 'ignore' }], | ||||
| 		'eqeqeq': ['error', 'always', { 'null': 'ignore' }], | ||||
| 		'no-multi-spaces': ['error'], | ||||
| 		'no-var': ['error'], | ||||
| 		'prefer-arrow-callback': ['error'], | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue