mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	* refactor(locales): use es module * fix sw build * fix gulp * try fixing storybook * Revert "try fixing storybook" This reverts commit 5f2a4eee016776381a7d80407e28d129c252228f. * try fixing storybook 2 * Update main.ts * Update build.js * Update main.ts * Update changes.ts * fix sw lint * Update build.js
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	root: true,
 | |
| 	env: {
 | |
| 		node: false,
 | |
| 	},
 | |
| 	parserOptions: {
 | |
| 		parser: '@typescript-eslint/parser',
 | |
| 		tsconfigRootDir: __dirname,
 | |
| 		project: ['./tsconfig.json'],
 | |
| 	},
 | |
| 	extends: ['../shared/.eslintrc.js'],
 | |
| 	globals: {
 | |
| 		require: false,
 | |
| 		_DEV_: false,
 | |
| 		_LANGS_: false,
 | |
| 		_VERSION_: false,
 | |
| 		_ENV_: false,
 | |
| 		_PERF_PREFIX_: false,
 | |
| 	},
 | |
| };
 |