21 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|   "env": {
 | |
|     "browser": true,
 | |
|     "node": false,
 | |
|     "es6": true
 | |
|   },
 | |
| 
 | |
|   "parser": "babel-eslint",
 | |
| 
 | |
|   "plugins": [
 | |
|     "react"
 | |
|   ],
 | |
| 
 | |
|   "parserOptions": {
 | |
|     "sourceType": "module",
 | |
| 
 | |
|     "ecmaFeatures": {
 | |
|       "jsx": true
 | |
|     },
 | |
|   },
 | |
| }
 |