18 lines
		
	
	
		
			325 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								module.exports = {
							 | 
						||
| 
								 | 
							
								    "env": {
							 | 
						||
| 
								 | 
							
								        "es6": true,
							 | 
						||
| 
								 | 
							
								        "node": true
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "extends": "eslint:recommended",
							 | 
						||
| 
								 | 
							
								    "globals": {
							 | 
						||
| 
								 | 
							
								        "Atomics": "readonly",
							 | 
						||
| 
								 | 
							
								        "SharedArrayBuffer": "readonly"
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "parserOptions": {
							 | 
						||
| 
								 | 
							
								        "ecmaVersion": 11,
							 | 
						||
| 
								 | 
							
								        "sourceType": "module"
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "rules": {
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								};
							 |