{
	"folders":
	[
		{
			"folder_exclude_patterns":
			[
				"node_modules",
				"build",
				"src/_tmp"
			],
			"follow_symlinks": true,
			"path": "."
		}
	],
    "SublimeLinter":
        {
            "linters":
            {
                "jshint": {
                    "@disable": true
                }
            }
        }
}
