19 lines
		
	
	
		
			192 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			192 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
| 	"root": true,
 | |
| 
 | |
| 	"extends": "@ljharb",
 | |
| 
 | |
| 	"env": {
 | |
| 		"browser": true,
 | |
| 		"node": true,
 | |
| 	},
 | |
| 
 | |
| 	"ignorePatterns": [
 | |
| 		"dist",
 | |
| 	],
 | |
| 
 | |
| 	"rules": {
 | |
| 		"max-statements-per-line": [2, { "max": 2 }]
 | |
| 	}
 | |
| }
 |