move config files to new directory

This commit is contained in:
ksyasuda
2021-07-28 23:44:53 -07:00
commit 58f9300f1e
121 changed files with 16536 additions and 0 deletions

10
dotfiles/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"arrowParens": "avoid",
"semi": false,
"tabWidth": 4,
"useTabs": true,
"jsxSingleQuote": true,
"printWidth": 80,
"trailingComma": "es5",
"vueIndentScriptAndStyle": true
}