mirror of
				https://github.com/lingble/twenty.git
				synced 2025-11-04 06:37:56 +00:00 
			
		
		
		
	* chore: use Nx workspace lint rules Closes #3162 * Fix lint * Fix lint on BE * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import { getJestProjects } from '@nx/jest';
 | 
						|
 | 
						|
export default {
 | 
						|
  projects: getJestProjects(),
 | 
						|
};
 |