mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			93 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
 | |
|     "vcs": {
 | |
|         "enabled": true,
 | |
|         "clientKind": "git",
 | |
|         "useIgnoreFile": true
 | |
|     },
 | |
|     "files": {
 | |
|         "ignoreUnknown": false,
 | |
|         "includes": [
 | |
|             "**/*.ts",
 | |
|             "**/*.tsx",
 | |
|             "**/*.js",
 | |
|             "**/*.jsx",
 | |
|             "!**/dist/**/*"
 | |
|         ]
 | |
|     },
 | |
|     "formatter": {
 | |
|         "enabled": true,
 | |
|         "indentStyle": "tab",
 | |
|         "indentWidth": 4,
 | |
|         "lineWidth": 120,
 | |
|         "formatWithErrors": true
 | |
|     },
 | |
|     "assist": {
 | |
|         "actions": {
 | |
|             "source": {
 | |
|                 "organizeImports": {
 | |
|                     "level": "on",
 | |
|                     "options": {
 | |
|                         "groups": [
 | |
|                             ":BUN:",
 | |
|                             ":NODE:",
 | |
|                             [
 | |
|                                 "npm:*",
 | |
|                                 "npm:*/**"
 | |
|                             ],
 | |
|                             ":PACKAGE_WITH_PROTOCOL:",
 | |
|                             ":URL:",
 | |
|                             ":PACKAGE:",
 | |
|                             [
 | |
|                                 "/src/*",
 | |
|                                 "/src/**"
 | |
|                             ],
 | |
|                             [
 | |
|                                 "/**"
 | |
|                             ],
 | |
|                             [
 | |
|                                 "#*",
 | |
|                                 "#*/**"
 | |
|                             ],
 | |
|                             ":PATH:"
 | |
|                         ]
 | |
|                     }
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|     },
 | |
|     "linter": {
 | |
|         "enabled": true,
 | |
|         "rules": {
 | |
|             "recommended": true,
 | |
|             "correctness": {
 | |
|                 "useUniqueElementIds": "off"
 | |
|             },
 | |
|             "suspicious": {
 | |
|                 "noExplicitAny": "off",
 | |
|                 "noArrayIndexKey": "off"
 | |
|             },
 | |
|             "performance": {
 | |
|                 "noDelete": "off"
 | |
|             },
 | |
|             "nursery": "off",
 | |
|             "a11y": {
 | |
|                 "useSemanticElements": "off",
 | |
|                 "useValidAnchor": "off"
 | |
|             },
 | |
|             "style": {
 | |
|                 "noParameterAssign": "error",
 | |
|                 "useAsConstAssertion": "error",
 | |
|                 "useDefaultParameterLast": "error",
 | |
|                 "useEnumInitializers": "error",
 | |
|                 "useSelfClosingElements": "error",
 | |
|                 "useSingleVarDeclarator": "error",
 | |
|                 "noUnusedTemplateLiteral": "error",
 | |
|                 "useNumberNamespace": "error",
 | |
|                 "noInferrableTypes": "error",
 | |
|                 "noUselessElse": "error"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |