Skip to content

Instantly share code, notes, and snippets.

@tribou
Last active December 25, 2015 16:28
Show Gist options
  • Save tribou/8128bc30a526a9f22062 to your computer and use it in GitHub Desktop.
Save tribou/8128bc30a526a9f22062 to your computer and use it in GitHub Desktop.
Example showing how to override rules in .eslintrc
{
"extends": "airbnb",
"rules": {
"no-multiple-empty-lines": [2, {"max": 2, "maxEOF": 2}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment