{
  "overrides": [
    {
      "files": "js/**/*.js",
      "options": {
        "singleQuote": true,
        "tabWidth": 4,
      }
    }
  ]
}