fix replugged install

This commit is contained in:
MicrocontrollersDev 2023-10-06 21:32:04 -05:00
parent f5f0637a56
commit e6b31068e7
9 changed files with 3391 additions and 11 deletions

14
.prettierrc.json Normal file
View file

@ -0,0 +1,14 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always"
}