.eslintrc 108 B

123456789
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "max-statements-per-line": [2, { "max": 2 }],
  6. },
  7. }