.eslintrc 66 B

12345
  1. {
  2. "rules": {
  3. "max-statements-per-line": [2, { "max": 2 }]
  4. }
  5. }