Last active
June 29, 2018 11:08
-
-
Save inspireui/dd8644ff6f75f884aad24ba1fc28956d to your computer and use it in GitHub Desktop.
inspire ui prettier style
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
{ | |
"printWidth": 80, | |
"parser": "babylon", | |
"useTabs": false, | |
"tabWidth": 2, | |
"singleQuote": true, | |
"jsxBracketSameLine": true, | |
"arrowParens": "always", | |
"insertPragma": true, | |
"semi": false, | |
"trailingComma": "es5", | |
"filepath": "App/**/*.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment