1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00
This commit is contained in:
2020-07-19 13:39:15 +09:00
parent 536821d055
commit 96c2c70e28
8 changed files with 37 additions and 41 deletions

View File

@@ -1,8 +1,5 @@
{
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true
"arrowParens": "always"
}