aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
blob: 1c3919d9133d31898f7a66e61d3c45a9d577d475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "eol-last": [
    "error",
    "always"
  ],
  "indent-legacy": [
    "off"
  ],
  "lines-around-directive": [
    "off"
  ],
  "newline-after-var": [
    "off"
  ],
  "newline-before-return": [
    "off"
  ],
  "no-tabs": [
    "error",
    {
      "allowIndentationTabs": true
    }
  ]
}