mirror of
https://github.com/postlight/mercury-parser
synced 2024-10-31 03:20:40 +00:00
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|