.eslintrc 169 B

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "globals": {
  5. "FinalizationRegistry": false,
  6. },
  7. "rules": {
  8. "id-length": 0,
  9. "operator-linebreak": [2, "before"],
  10. },
  11. }