mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	ESlint one-var, fix comma-dangle
This commit is contained in:
		| @@ -90,8 +90,8 @@ module.exports = function (Meta) { | ||||
| 	}; | ||||
|  | ||||
| 	function getStyleSource(files, prefix, extension, callback) { | ||||
| 		var	pluginDirectories = [], | ||||
| 			source = ''; | ||||
| 		var	pluginDirectories = []; | ||||
| 		var source = ''; | ||||
|  | ||||
| 		files.forEach(function (styleFile) { | ||||
| 			if (styleFile.endsWith(extension)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user