14 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
|  | { | ||
|  |   "env": { | ||
|  |     "node": true | ||
|  |   }, | ||
|  |   "parserOptions": { | ||
|  |     "sourceType": "module" | ||
|  |   }, | ||
|  |   "extends": "standard", | ||
|  |   "rules": { | ||
|  |     "eol-last": "off", | ||
|  |     "import/no-dynamic-require": "off", | ||
|  |     "space-before-function-paren":"off" | ||
|  |   } | ||
|  | } |