mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			760 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			760 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "bitwise": true,
 | |
|     "camelcase": true,
 | |
|     "curly": true,
 | |
|     "eqeqeq": false,
 | |
|     "es3": false,
 | |
|     "forin": true,
 | |
|     "freeze": false,
 | |
|     "immed": true,
 | |
|     "indent": 4,
 | |
|     "latedef": true,
 | |
|     "newcap": true,
 | |
|     "noarg": true,
 | |
|     "noempty": true,
 | |
|     "nonbsp": true,
 | |
|     "nonew": true,
 | |
|     "plusplus": false,
 | |
|     "undef": true,
 | |
|     "unused": true,
 | |
|     "strict": false,
 | |
|     "trailing": true,
 | |
|     "maxparams": 5,
 | |
|     "maxdepth": 5,
 | |
|     "maxstatements": 50,
 | |
|     "maxlen": 150,
 | |
| 
 | |
|     "eqnull": true,
 | |
| 
 | |
|     "browser": false,
 | |
|     "devel": false,
 | |
|     "node": true,
 | |
| 
 | |
|     "white": true,
 | |
| 
 | |
|     "globals": {
 | |
|         "$": true,
 | |
|         "document": true,
 | |
|         "brackets": true,
 | |
|         "define": true,
 | |
|         "Mustache": true,
 | |
|         "window": true
 | |
|     }
 | |
| }
 |