mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
7 lines
165 B
Text
7 lines
165 B
Text
|
{
|
||
|
"preset": "airbnb",
|
||
|
"validateIndentation": 4,
|
||
|
"disallowTrailingComma": true,
|
||
|
"requireTrailingComma": false,
|
||
|
"excludeFiles": ["node_modules/**"]
|
||
|
}
|