Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c2ec7ca15a2ea526657ab0d6a7a57f671b700b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "printWidth": 100,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "quoteProps": "as-needed",
  "jsxSingleQuote": true,
  "trailingComma": "es5",
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "arrowParens": "always"
}