mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
20 lines
392 B
Text
20 lines
392 B
Text
{
|
|
"overrides": [
|
|
{
|
|
"files": [".prettierrc", ".babelrc", ".eslintrc", ".stylelintrc"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
],
|
|
"printWidth": 90,
|
|
"proseWrap": "always",
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid"
|
|
}
|