2c141b3d9217c6470dba504746ee65c38d265e22a0550d82f9677caad19a29a4b73a801f11c4cfa5c981e8c82b936f8525176226b22e6421d7515a7aa85071 224 B

12345678910111213141516
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-style": [2, "declaration"],
  6. "id-length": 0,
  7. "multiline-comment-style": 0,
  8. "new-cap": [2, {
  9. "capIsNewExceptions": [
  10. "GetIntrinsic",
  11. ],
  12. }],
  13. },
  14. }