18 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "parser": "babel-eslint",
 | 
						|
  "env": {
 | 
						|
    "node": true
 | 
						|
  },
 | 
						|
  "extends": [
 | 
						|
    "eslint:recommended",
 | 
						|
    "plugin:import/errors"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "no-console": 0
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "fetch": true,
 | 
						|
    "Promise": true
 | 
						|
  }
 | 
						|
}
 |