* update @atproto/api * add starter pack embed * update depreciated BskyAgent to AtpAgent * unrelated, but avoid direct import of type * nits * rm commented out code --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			548 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			548 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|   "root": true,
 | |
|   "parser": "@typescript-eslint/parser",
 | |
|   "plugins": ["@typescript-eslint", "simple-import-sort"],
 | |
|   "extends": [
 | |
|     "eslint:recommended",
 | |
|     "preact",
 | |
|     "plugin:@typescript-eslint/recommended",
 | |
|     "plugin:@typescript-eslint/recommended-requiring-type-checking"
 | |
|   ],
 | |
|   "rules": {
 | |
|     "simple-import-sort/imports": "warn",
 | |
|     "simple-import-sort/exports": "warn",
 | |
|     'no-else-return': 'off'
 | |
|   },
 | |
|   "parserOptions": {
 | |
|     "sourceType": "module",
 | |
|     "ecmaVersion": "latest",
 | |
|     "project": "./bskyembed/tsconfig.json"
 | |
|   }
 | |
| }
 |