.eslintrc 126 B

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