mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	js: Add "use strict" directive to CommonJS files.
ES and TypeScript modules are strict by default and don’t need this directive. ESLint will remind us to add it to new CommonJS files and remove it from ES and TypeScript modules. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							39c3a02736
						
					
				
				
					commit
					6ec808b8df
				
			| @@ -1,3 +1,5 @@ | ||||
| "use strict"; | ||||
|  | ||||
| const autosize = require("autosize"); | ||||
|  | ||||
| const util = require("./util"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user