Skip to content

Instantly share code, notes, and snippets.

@cybersiddhu
Created August 17, 2018 17:10
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 cybersiddhu/14d1b1e6fc7b9373a7c051cecad0d919 to your computer and use it in GitHub Desktop.
Save cybersiddhu/14d1b1e6fc7b9373a7c051cecad0d919 to your computer and use it in GitHub Desktop.
{
"extends": "airbnb-base",
"rules": {
"quotes": ["error","double"],
"semi": ["error","never"],
"no-console": ["error", {"allow": ["log"]}],
"arrow-body-style": ["error","always"],
"arrow-parens": ["error","as-needed"],
"class-methods-use-this": ["error", { "exceptMethods": ["_write"]}],
"object-curly-newline": ["error", { "multiline": true }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment