Skip to content

Instantly share code, notes, and snippets.

@509dave16
Created June 24, 2018 02:06
Show Gist options
  • Save 509dave16/711128886873b7fa293e1ce1e6445dc9 to your computer and use it in GitHub Desktop.
Save 509dave16/711128886873b7fa293e1ce1e6445dc9 to your computer and use it in GitHub Desktop.
Sample eslint config file
{
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment