mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
* save wip * use elint instead of prettier to sort imports * set imports to warn * sync prettier settigns * update prettier settings * save working version * fix export and disable mobile pipeline for now * limit auto formatting to the app folder
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"endOfLine": "auto",
|
|
"parser": "typescript"
|
|
}
|