Skip to content

Instantly share code, notes, and snippets.

@apieceofbart
Created March 7, 2017 07:04
Show Gist options
  • Save apieceofbart/a356950f8e5a117ac65c1f10f2f098c7 to your computer and use it in GitHub Desktop.
Save apieceofbart/a356950f8e5a117ac65c1f10f2f098c7 to your computer and use it in GitHub Desktop.
Example of .eslintrc file
{
"extends": [ "eslint:recommended" ],
"env": {
"node": true,
"browser": true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment