.eslintrc 155 B

12345678910
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
  6. "operator-linebreak": [2, "before"],
  7. },
  8. }