mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 05:19:11 +08:00 
			
		
		
		
	Update configuration files (#708)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							10f5623502
						
					
				
				
					commit
					a4fcaaf314
				
			@@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
  extends: [
 | 
					  extends: [
 | 
				
			||||||
    'eslint:recommended',
 | 
					    'eslint:recommended',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
  printWidth: 80,
 | 
					  printWidth: 80,
 | 
				
			||||||
  tabWidth: 2,
 | 
					  tabWidth: 2,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user