mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 09:12:05 -07:00
* feature(prettier): Add .prettierrc to starters * Add format script and prettier and prettier as a dev dependency * Move format script up after develop * feature(prettier): Add .prettierrc to starters * Add format script and prettier and prettier as a dev dependency * Move format script up after develop * Add .prettierrc to filetree on README files of all starters * Remove duplication of devDependencies on hello-world starter
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|