0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 05:16:55 +01:00
flags/.prettierrc.json
2021-10-22 16:13:32 +03:00

21 lines
343 B
JSON

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