609be9eb64
* feat: refactored the toast responses * fix: fixed the map return * feat: added a recent transaction center * tidy: removed logs * fix: fixed autolend * feat: added global lending on first account funding * fix: added endOfLine setting * feat: added eslint warnings for lineEnds * fix: made the vault message generic
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf"
|
|
}
|