| 123456789101112131415161718192021222324252627282930313233 | 
							- {
 
- 	"root": true,
 
- 	"extends": "@ljharb",
 
- 	"rules": {
 
- 		"array-bracket-newline": "off",
 
- 		"id-length": "off",
 
- 		"max-lines-per-function": "off",
 
- 		"new-cap": ["error", {
 
- 			"capIsNewExceptions": [
 
- 				"CreateDataPropertyOrThrow",
 
- 				"GroupBy",
 
- 				"OrdinaryObjectCreate",
 
- 			],
 
- 		}],
 
- 	},
 
- 	"overrides": [
 
- 		{
 
- 			"files": "aos/*.js",
 
- 			"rules": {
 
- 				"max-statements": "off",
 
- 			},
 
- 		},
 
- 		{
 
- 			"files": "test/tests.js",
 
- 			"rules": {
 
- 				"max-lines-per-function": "off",
 
- 			},
 
- 		},
 
- 	],
 
- }
 
 
  |