mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 07:27:29 +03:00 
			
		
		
		
	* Merge react-json-tree from alexkuz/react-json-tree * Npm package config * Add credits * Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
		
			
				
	
	
		
			17 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "plugins": [
 | |
|     "transform-runtime",
 | |
|     "transform-es3-property-literals",
 | |
|     "transform-es3-member-expression-literals",
 | |
|     "transform-object-rest-spread",
 | |
|     "transform-class-properties"
 | |
|   ],
 | |
|   "presets": [[
 | |
|     "env",
 | |
|     {
 | |
|       "loose": true,
 | |
|       "shippedProposals": true
 | |
|     }
 | |
|   ], "react"]
 | |
| }
 |