f6fe21a496f5b0215dd3ab00513c7995410b6a06a58ef62aff14f915ccb7203f1bf16b00dbe8e9a811ecc68d2ab16cc5cffd3e61220604a08c99f208e1210f 224 B

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