Created
October 27, 2018 07:14
-
-
Save sandiprb/d62bed44eb56d216ea9ac91b08af04df to your computer and use it in GitHub Desktop.
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
trailingComma: es5 | |
printWidth: 120 | |
tabWidth: 2 | |
useTabs: true | |
semi: false | |
bracketSpacing: true | |
jsxBracketSameLine: false | |
parser: typescript | |
singleQuote: true | |
requirePragma: false | |
overrides: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment