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