summaryrefslogtreecommitdiffstats
path: root/.eslintrc
blob: f8fb261492017c4efd682b08a91b246f11d3c728 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "standard",
  "rules": {
    "arrow-parens": ["error", "always"],
    "comma-dangle": ["error", "always-multiline"],
    "max-len": [1, 120, 2],
    "spaced-comment": "off"
  }
}