mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
26 lines
370 B
Text
26 lines
370 B
Text
|
{
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"useTabs": true,
|
||
|
"bracketSpacing": true,
|
||
|
"trailingComma": "none",
|
||
|
"arrowParens": "always",
|
||
|
"endOfLine": "lf",
|
||
|
"quoteProps": "preserve",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.js",
|
||
|
"options": {
|
||
|
"parser": "babel"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.jsx",
|
||
|
"options": {
|
||
|
"parser": "babel"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|