Skip to content

Instantly share code, notes, and snippets.

@Kequc
Created May 23, 2019 00:59
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 Kequc/33c57188dbbaef8b12dfe7c4982d72fd to your computer and use it in GitHub Desktop.
Save Kequc/33c57188dbbaef8b12dfe7c4982d72fd to your computer and use it in GitHub Desktop.
{
"env": {
"node": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 8
},
"rules": {
"indent": ["error", 4],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "always"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment