mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
26 lines
No EOL
370 B
Text
26 lines
No EOL
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|