{
  "printWidth": 100,
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "overrides": [
    {
      "files": ["*.html", "*.css", "*.scss"]
    }
  ],
  "no-multiple-empty-lines": [
    {
      "max": 1
    }
  ]
}