Skip to content

Instantly share code, notes, and snippets.

@skyitachi
Created March 22, 2018 03:11
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 skyitachi/1ca99fd0a4d987296d1e94178c362de0 to your computer and use it in GitHub Desktop.
Save skyitachi/1ca99fd0a4d987296d1e94178c362de0 to your computer and use it in GitHub Desktop.
eslint.rc template
{
"extends": "eslint:recommended",
"env": {
"es6": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment