| 
									
										
										
										
											2019-12-16 23:53:01 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2021-03-13 23:44:01 +00:00
										 |  |  |   "plugins": ["jest", "@typescript-eslint", "prettier", "unicorn"], | 
					
						
							|  |  |  |   "extends": ["plugin:unicorn/recommended", "plugin:github/recommended", "prettier"], | 
					
						
							|  |  |  |   "parser": "@typescript-eslint/parser", | 
					
						
							|  |  |  |   "parserOptions": { | 
					
						
							|  |  |  |     "ecmaVersion": 9, | 
					
						
							|  |  |  |     "sourceType": "module" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2019-12-16 23:53:01 +00:00
										 |  |  |   "env": { | 
					
						
							|  |  |  |     "node": true, | 
					
						
							|  |  |  |     "es6": true, | 
					
						
							| 
									
										
										
										
											2021-03-13 23:44:01 +00:00
										 |  |  |     "jest/globals": true | 
					
						
							| 
									
										
										
										
											2019-12-16 23:53:01 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "rules": { | 
					
						
							| 
									
										
										
										
											2019-12-22 14:05:15 +00:00
										 |  |  |     "prettier/prettier": "error", | 
					
						
							| 
									
										
										
										
											2021-03-13 23:44:01 +00:00
										 |  |  |     "import/no-extraneous-dependencies": 0, | 
					
						
							|  |  |  |     "import/no-namespace": "off" | 
					
						
							| 
									
										
										
										
											2019-12-16 23:53:01 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } |