mars-v2-frontend/.prettierrc
Linkie Link 609be9eb64
feat: refactored the toast responses (#442)
* 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
2023-09-11 10:35:13 +02:00

9 lines
137 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "lf"
}