Skip to content

Instantly share code, notes, and snippets.

@koolii
Last active November 18, 2015 00:01
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 koolii/aa64cd41bce705944901 to your computer and use it in GitHub Desktop.
Save koolii/aa64cd41bce705944901 to your computer and use it in GitHub Desktop.
{
"extends": "eslint:recommended",
"env": {
"es6": true,
"node": true,
"browser": true,
},
"ecmaFeatures": {
"jsx": true
},
"rules": {
"strict": false,
"semi": [2, "always"],
"no-undef": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment