Skip to content

Instantly share code, notes, and snippets.

@azappa
Created February 3, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azappa/e145f60b29aebfa4c897cb9b39f77f96 to your computer and use it in GitHub Desktop.
Save azappa/e145f60b29aebfa4c897cb9b39f77f96 to your computer and use it in GitHub Desktop.
ST3 eslint+prettier
// Settings in here override those in "/JsPrettier/JsPrettier.sublime-settings",
{
"auto_format_on_save": true
}
{
"debug": false,
"linters": {
"eslint": {
"disable": false,
"args": [],
"chdir": "${directory}",
"excludes": [],
"disable_if_not_dependency": true,
"env": {
"PATH": "/usr/local/bin/"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment