.eslintrc 156 B

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "id-length": 0,
  6. "new-cap": [2, {
  7. "capIsNewExceptions": [
  8. "GetIntrinsic",
  9. ],
  10. }],
  11. },
  12. }