{
  "rules": {
    "no-string-throw": true,
    "no-unused-expression": true,
    "no-duplicate-variable": true,
    "curly": true,
    "class-name": true,
    "semicolon": false,
    "triple-equals": true
  },
  "defaultSeverity": "warning"
}
