mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
16 lines
No EOL
328 B
Text
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"
|
|
} |