forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			27 lines
		
	
	
		
			365 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			365 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  | 	"defaultSeverity": "INFO", | ||
|  | 	"checks": [ | ||
|  | 		{ | ||
|  | 			"type": "UnusedLocalVar" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"type": "UnnecessaryConstructor" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"type": "AvoidStarImport" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"type": "PublicAccessor" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"type": "RedundantModifier" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"type": "StringLiteral", | ||
|  | 			"props": { | ||
|  | 				"policy": "doubleAndInterpolation" | ||
|  | 			} | ||
|  | 		} | ||
|  | 	] | ||
|  | } |