{
  "exclude": [
    "@^.gitmodules$@",
    "@^webpack-config/webpack-stats.json$@",
    "@.*\\.svg$@"
  ],
  "linters": {
    "text_normal": {
      "type": "text",
      "exclude": "(\\.(html|js|less|scss|md|json|arclint|po|lock)$)"
    },
    "text_any_line_length": {
      "type": "text",
      "include": "(\\.(less|scss|md|json|arclint)$)",
      "severity": {
        "3": "disabled"
      }
    },
    "html": {
      "type": "text",
      "include": "(\\.html$)",
      "severity": {
        "3": "disabled",
        "5": "warning"
      }
    },
    "generated": {
      "type": "generated"
    },
    "spelling": {
      "type": "spelling"
    },
    "eslint": {
      "type": "script-and-regex",
      "script-and-regex.regex": "/^(?P<file>.*): line (?P<line>[0-9]*), col (?P<char>[0-9]*), (?P<warning>Warning|Error) - (?P<message>.*)$/m",
      "script-and-regex.script": "./node_modules/.bin/eslint",
      "include": "(\\.js$)"
    }
  }
}
