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.

.eslintrc.yaml 191B

123456789
  1. extends: standard
  2. rules:
  3. operator-linebreak: [ error, before ]
  4. object-curly-spacing: [ error, always ]
  5. indent: [ error, 2, {
  6. flatTernaryExpressions: true
  7. }]
  8. padded-blocks: off