Created
March 7, 2017 07:04
-
-
Save apieceofbart/a356950f8e5a117ac65c1f10f2f098c7 to your computer and use it in GitHub Desktop.
Example of .eslintrc file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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