Linter configuration

fixTypes

List the types of problems that should be fixed by the linter.

// @filename: workspace.jsonc
{
  "teambit.defender/linter": {
    "fixTypes": ["problem", "suggestion", "layout"]
  }
}
CopiedCopy