mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "root": true,
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": ["admin/**/*"],
 | |
|       "extends": ["custom/front"]
 | |
|     },
 | |
|     {
 | |
|       "files": ["**/*"],
 | |
|       "excludedFiles": ["admin/**/*"],
 | |
|       "extends": ["custom/back"]
 | |
|     }
 | |
|   ]
 | |
| }
 | 
