fiora/.prettierrc
碎碎酱 1dbe1195fd
Add fiora command and update scripts (#417)
* Add fiora command

* Update scripts and docs

* Support i18n
2021-07-20 21:07:14 +08:00

7 lines
125 B
Plaintext

{
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "always",
"printWidth": 80
}