react-native-test-app/.github/prettierrc.json

14 строки
236 B
JSON

{
"trailingComma": "es5",
"endOfLine": "auto",
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"organizeImportsSkipDestructiveCodeActions": true,
"proseWrap": "always"
}
}
]
}