mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-30 20:27:55 +00:00 
			
		
		
		
	 8483cf0b4b
			
		
	
	8483cf0b4b
	
	
	
		
			
			* chore: use Nx workspace lint rules Closes #3162 * Fix lint * Fix lint on BE * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			309 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			309 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /* eslint-disable */
 | |
| export default {
 | |
|   displayName: 'eslint-rules',
 | |
|   preset: '../../jest.preset.js',
 | |
|   transform: {
 | |
|     '^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
 | |
|   },
 | |
|   moduleFileExtensions: ['ts', 'js', 'html'],
 | |
|   coverageDirectory: '../../coverage/tools/eslint-rules',
 | |
| };
 |