mirror of
				https://github.com/stackblitz-labs/bolt.diy
				synced 2025-06-26 18:26:38 +00:00 
			
		
		
		
	added last lint rule for this update
This commit is contained in:
		
							parent
							
								
									87620f38be
								
							
						
					
					
						commit
						6c552f86c6
					
				@ -25,6 +25,9 @@ export default [
 | 
			
		||||
      'keyword-spacing': ["error", { "before": true, "after": true }],
 | 
			
		||||
      'consistent-return': "error",
 | 
			
		||||
      'semi': ["error", "always"],
 | 
			
		||||
      'curly': ["error"],
 | 
			
		||||
      'no-eval': ["error"],
 | 
			
		||||
      'linebreak-style': ["error", "unix"],
 | 
			
		||||
      'arrow-spacing': ["error", { "before": true, "after": true }]
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user