Skip to content

Instantly share code, notes, and snippets.

@SangHakLee
Last active June 28, 2018 02:45
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 SangHakLee/488f4b2609a56ab5ba8f387c8e7f7b69 to your computer and use it in GitHub Desktop.
Save SangHakLee/488f4b2609a56ab5ba8f387c8e7f7b69 to your computer and use it in GitHub Desktop.
Service Dev
{
"env": {
"es6": true,
"node": true,
"mocha": true
},
"extends": "eslint:recommended",
"rules": {
"no-console": 0,
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"never"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment