Skip to content

Instantly share code, notes, and snippets.

@sandinmyjoints
Created November 13, 2017 21:06
Show Gist options
  • Save sandinmyjoints/1361b23d4727a7b0fd907a8ddc87e4b1 to your computer and use it in GitHub Desktop.
Save sandinmyjoints/1361b23d4727a7b0fd907a8ddc87e4b1 to your computer and use it in GitHub Desktop.
Standard eslintrc
{
"plugins": [
"prettier"
],
"extends": [
"eslint:recommended",
"prettier"
],
"env": {
"es6": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment