summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
blob: 531f091ad74223591795f5b249742e76a45058a6 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "no-tabs": [
    "error",
    {
      "allowIndentationTabs": true
    }
  ]
}