abb729a3f6a99159cf901bd958cc1963b1640eb7065c13bfb1b0ed014827b5500893df532c477856549a6b9c54a52d7da4d45dfafef2274010e5a006687f0f 201 B

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