24 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb/eslint-config/node/0.4",
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"consistent-return": "warn",
 | 
						|
		"func-style": "warn",
 | 
						|
		"max-lines-per-function": "off",
 | 
						|
		"max-statements-per-line": "warn",
 | 
						|
		"no-invalid-this": "warn",
 | 
						|
		"no-param-reassign": "warn",
 | 
						|
		"no-underscore-dangle": "warn",
 | 
						|
	},
 | 
						|
 | 
						|
	"overrides": [
 | 
						|
		{
 | 
						|
			"files": "test/**",
 | 
						|
			"rules": {
 | 
						|
				"no-plusplus": "warn",
 | 
						|
			},
 | 
						|
		},
 | 
						|
	],
 | 
						|
}
 |