mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	Fix eslint rules (#5117)
* Fix semi linter rule * Fix semi-spacing linter rule * Fix no-undef-init linter rule * Fix space-before-blocks linter rule
This commit is contained in:
		
				
					committed by
					
						 Julian Lam
						Julian Lam
					
				
			
			
				
	
			
			
			
						parent
						
							727710fbd9
						
					
				
				
					commit
					e515b791da
				
			| @@ -67,7 +67,7 @@ describe('Plugins', function () { | ||||
| 		plugins.registerHook('test-plugin', {hook: 'static:test.hook', method: actionMethod}); | ||||
| 		plugins.fireHook('static:test.hook', {bar: 'test'}, function (err) { | ||||
| 			assert.ifError(err); | ||||
| 			done() | ||||
| 			done(); | ||||
| 		}); | ||||
| 	}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user