responsively-app/desktop-app/.prettierrc
2022-11-22 07:52:27 +05:30

16 lines
No EOL
328 B
Text

{
"overrides": [
{
"files": [".prettierrc", ".babelrc", ".eslintrc", ".stylelintrc"],
"options": {
"parser": "json"
}
}
],
"arrowParens": "avoid",
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 100,
"tailwindConfig": "./tailwind.config.js",
"trailingComma": "es5"
}