.eslintrc
 1  {
 2  	"root": true,
 3  
 4  	"extends": "@ljharb",
 5  
 6  	"rules": {
 7  		"id-length": 0,
 8  		"max-lines-per-function": 0,
 9  		"multiline-comment-style": 1,
10  		"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
11  	},
12  }