| 
									
										
										
										
											2023-04-13 14:41:28 +09:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  |   root: true, | 
					
						
							| 
									
										
										
										
											2024-07-01 00:20:28 +09:00
										 |  |  |   extends: '@react-native', | 
					
						
							| 
									
										
										
										
											2023-04-13 14:41:28 +09:00
										 |  |  |   parser: '@typescript-eslint/parser', | 
					
						
							|  |  |  |   plugins: ['@typescript-eslint'], | 
					
						
							|  |  |  |   overrides: [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       files: ['*.ts', '*.tsx'], | 
					
						
							|  |  |  |       rules: { | 
					
						
							|  |  |  |         '@typescript-eslint/no-shadow': ['error'], | 
					
						
							|  |  |  |         'no-shadow': 'off', | 
					
						
							|  |  |  |         'no-undef': 'off', | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  | }; |