| 123456789101112 | 
							- {
 
- 	"root": true,
 
- 	"extends": "@ljharb",
 
- 	"rules": {
 
- 		"id-length": [2, { "min": 1, "max": 25, "properties": "never" }],
 
- 		"new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }],
 
- 		"no-invalid-this": [1],
 
- 		"no-magic-numbers": [0]
 
- 	}
 
- }
 
 
  |