mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	parserOptions: {
 | |
| 		tsconfigRootDir: __dirname,
 | |
| 		project: ['./tsconfig.json'],
 | |
| 	},
 | |
| 	extends: [
 | |
| 		'../../packages/shared/.eslintrc.js',
 | |
| 	],
 | |
| };
 |