aboutsummaryrefslogtreecommitdiff
path: root/src/rules/vue/default.json
blob: 7d8c19a35434f65ef2b90714829f800f9862a125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "vue/script-indent": [
    "error",
    "tab",
    {
      "baseIndent": 0,
      "switchCase": 1
    }
  ]
}