mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-28 03:54:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	parserOptions: {
 | |
| 		tsconfigRootDir: __dirname,
 | |
| 		project: ['./tsconfig.json'],
 | |
| 	},
 | |
| 	extends: ['../.eslintrc.cjs'],
 | |
| 	env: {
 | |
| 		node: true,
 | |
| 		jest: true,
 | |
| 	},
 | |
| };
 |