Created
June 24, 2018 02:06
-
-
Save 509dave16/711128886873b7fa293e1ce1e6445dc9 to your computer and use it in GitHub Desktop.
Sample eslint config file
This file contains hidden or 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
Show hidden characters
{ | |
"rules": { | |
"indent": ["error", 2], | |
"linebreak-style": ["error", "unix"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment