1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00

style: prettier

This commit is contained in:
2020-08-20 00:57:33 +09:00
parent a31c13e725
commit c7bbe707a9
71 changed files with 1074 additions and 1089 deletions

View File

@@ -1,5 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
"semi": false,
"singleQuote": true
}