mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "rules": {
 | |
|     "no-undef": 2,
 | |
|     "no-unused-vars": 2,
 | |
|     "no-const-assign": 2
 | |
|   },
 | |
|   "env": {
 | |
|     "node": true
 | |
|   },
 | |
|   "parserOptions": {
 | |
|     "ecmaVersion": 2015
 | |
|   }
 | |
| }
 | 
