{
	"folders":
	[
		{
			"path": "."
		}
	],
    "SublimeLinter":
    {
        "linters":
        {
            "eslint":
            {
                "chdir": "${project}/"
            }
        }
    },
    "settings":
    {
        "js_prettier":
        {
            "auto_format_on_save": true,
            "auto_format_on_save_excludes": ["*/node_modules/*", "*/.git/*", "*.json", "*.html"]
        }
    }
} 
