summaryrefslogtreecommitdiff
path: root/.jscsrc
blob: baab92f20da46eb05f4e1eed630e9e02849832fd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "validateIndentation": 4,
  "esnext": true,
  "plugins": [
    "jscs-jsdoc"
  ],
  "jsDoc": {
    "checkTypes": "strictNativeCase",
    "enforceExistence": false
  }
}