mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
13 lines
238 B
Text
13 lines
238 B
Text
{
|
|
"overrides": [
|
|
{
|
|
"files": [".prettierrc", ".babelrc", ".eslintrc", ".stylelintrc"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
],
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"trailingComma": "es5"
|
|
}
|