19 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "env": {
 | 
						|
    "es6": true,
 | 
						|
    "mocha": true
 | 
						|
  },
 | 
						|
 | 
						|
  "parserOptions": {
 | 
						|
    "sourceType": "module"
 | 
						|
  },
 | 
						|
 | 
						|
  "extends": "standard",
 | 
						|
 | 
						|
  "rules": {
 | 
						|
    "semi": ["error", "always"],
 | 
						|
    "no-multi-spaces": ["error", { "exceptions": { "VariableDeclarator": true } }],
 | 
						|
    "promise/param-names": 0
 | 
						|
  }
 | 
						|
}
 |