aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.yaml
blob: c2212c7483cf282d26431edf08863fddf02dce1d (plain)
1
2
3
4
5
6
7
8
9
extends: standard
rules:
  operator-linebreak: [ error, before ]
  object-curly-spacing: [ error, always ]
  indent: [ error, 2, {
    flatTernaryExpressions: true
  }]
  padded-blocks: off