Skip to content

Instantly share code, notes, and snippets.

@kasaharu
Last active October 18, 2019 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasaharu/c4f37609fd2fbded3cfe1170058b0aae to your computer and use it in GitHub Desktop.
Save kasaharu/c4f37609fd2fbded3cfe1170058b0aae to your computer and use it in GitHub Desktop.
Prettier の設定ファイル
{
"arrowParens": "always",
"printWidth": 140,
"singleQuote": true,
"trailingComma": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment