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

.prettierrc « iframe-resizer « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db185d645acf806b234fa724d0e76f0a73fbde28 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "printWidth": 80,
    "tabWidth": 2,
    "useTabs": false,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none",
    "bracketSpacing": true,
    "jsxBracketSameLine": false
  }