20 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "parser": "babel-eslint",
 | 
						|
  "env": {
 | 
						|
    "node": true
 | 
						|
  },
 | 
						|
  "extends": ["eslint:recommended", "plugin:import/errors"],
 | 
						|
  "rules": {
 | 
						|
    "no-console": 0
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "fetch": true,
 | 
						|
    "Promise": true
 | 
						|
  },
 | 
						|
  "settings": {
 | 
						|
    "react": {
 | 
						|
      "version": "15"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |