20 lines
		
	
	
		
			No EOL
		
	
	
		
			518 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			No EOL
		
	
	
		
			518 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"
 | |
|   },
 | |
|   "parserOptions": {
 | |
|     "sourceType": "module",
 | |
|     "ecmaVersion": "latest",
 | |
|     "project": "./bskyembed/tsconfig.json"
 | |
|   }
 | |
| } |