{
	"linter": {
		"enabled": true,
		"rules": {
      "all": true,
      "suspicious": {
        "noEmptyInterface": "off"
      },
      "nursery": {
        "useImportRestrictions": "off"
      }
		}
	},
  "formatter": {
    "enabled": true,
    "formatWithErrors": true,
    "indentSize": 2,
    "indentStyle": "tab",
    "lineWidth": 120
  }
}
