0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-28 17:32:12 +01:00
flags/.prettierrc.json
2018-11-19 17:26:13 +01:00

22 lines
374 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"printWidth": 80,
"proseWrap": "preserve",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}