Skip to content

Instantly share code, notes, and snippets.

@inspireui
Last active June 29, 2018 11:08
Show Gist options
  • Save inspireui/dd8644ff6f75f884aad24ba1fc28956d to your computer and use it in GitHub Desktop.
Save inspireui/dd8644ff6f75f884aad24ba1fc28956d to your computer and use it in GitHub Desktop.
inspire ui prettier style
{
"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