mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-15 06:12:48 +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"
|
|
}
|