mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "maximumLineLength": {
 | |
|     "value": 80,
 | |
|     "allowComments": true,
 | |
|     "allowRegex": true
 | |
|   },
 | |
|   "validateIndentation": 2,
 | |
|   "validateQuoteMarks": "'",
 | |
|   "disallowMultipleVarDecl": true,
 | |
|   "disallowSpacesInAnonymousFunctionExpression": {
 | |
|       "beforeOpeningRoundBrace": true
 | |
|   },
 | |
|   "disallowSpacesInsideObjectBrackets": "all",
 | |
|   "disallowSpacesInsideArrayBrackets": "all",
 | |
|   "validateJSDoc": {
 | |
|       "checkParamNames": true,
 | |
|       "requireParamTypes": true
 | |
|   }
 | |
| } | 
