mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-05 05:46:42 +03:00
24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
{
|
|
"printWidth":100,
|
|
"tabWidth":2,
|
|
"useTabs":false,
|
|
"semi":true,
|
|
"singleQuote":false,
|
|
"trailingComma":"es5",
|
|
"bracketSpacing":true,
|
|
"jsxBracketSameLine":false,
|
|
"arrowParens":"always",
|
|
"requirePragma":false,
|
|
"insertPragma":false,
|
|
"proseWrap":"preserve",
|
|
"parser":"babel",
|
|
"overrides": [
|
|
{
|
|
"files": "*.js",
|
|
"options": {
|
|
"parser": "babel"
|
|
}
|
|
}
|
|
]
|
|
}
|