Skip to content

Instantly share code, notes, and snippets.

@acidbjazz
Created September 25, 2017 09:06
Show Gist options
  • Select an option

  • Save acidbjazz/d8d270fef0232063b228a2a0459fe27e to your computer and use it in GitHub Desktop.

Select an option

Save acidbjazz/d8d270fef0232063b228a2a0459fe27e to your computer and use it in GitHub Desktop.
configurate atom js eslint (airbnb) overwrite
{
"extends": "airbnb",
"rules": {
"linebreak-style": ["error", "windows"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment