24 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
| {
 | |
|   // This file extends .eslintrc at drupal root.
 | |
|   // Located at /modules/contrib/blazy, run:
 | |
|   // eslint . -o ../../eslint/blazy.html -f html
 | |
|   "extends": "../../../core/.eslintrc.legacy.json",
 | |
|   "globals": {
 | |
|     "once": true,
 | |
|     "Promise": true,
 | |
|     "Symbol": true,
 | |
|     "Blazy": true,
 | |
|     "dBlazy": true,
 | |
|     "Bio": true,
 | |
|     "BioMedia": true,
 | |
|     "cash": true
 | |
|   },
 | |
|   "rules": {
 | |
|     "consistent-this": [0, "me"],
 | |
|     "max-params": 0,
 | |
|     "id-length": [1, {"min": 1}],
 | |
|     // Warnings.
 | |
|     "max-nested-callbacks": [1, 4]
 | |
|   }
 | |
| }
 |