community-organization-oper.../.prettierrc.json

18 строки
289 B
JSON

{
"useTabs": true,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"overrides": [
{
"files": ["**/package.json", "**/locales/**/*.json", ".eslintrc"],
"options": {
"useTabs": false,
"tabWidth": 2
}
}
]
}