mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "consistent",
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false
|
|
} |