{
  "extends": "airbnb",
  "rules":{
    "linebreak-style": [
          "error",
          "windows"
    ]
  }
}
