You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
246 B

4 years ago
  1. {
  2. "rules": {
  3. "array-bracket-newline": 0,
  4. "max-lines-per-function": 0,
  5. "max-nested-callbacks": [2, 3],
  6. "max-statements": [2, 12],
  7. "max-statements-per-line": [2, { "max": 2 }],
  8. "no-invalid-this": [1],
  9. "object-curly-newline": 0,
  10. }
  11. }