aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
blob: 419a068569f92e5c38ba8b0e4dc6cd07cd1d4221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "eol-last": [
    "error",
    "always"
  ],
  "indent-legacy": [
    "off"
  ],
  "no-tabs": [
    "error",
    {
      "allowIndentationTabs": true
    }
  ]
}