Scaffold class-based React + Tailwind project

now configured with TypeScript aliases!
This commit is contained in:
KingRainbow44
2023-04-03 22:33:53 -04:00
parent c0c60b5e4e
commit 9bb87ff60d
15 changed files with 117 additions and 172 deletions

12
src/handbook/.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxSingleQuote": false,
"jsxBracketSameLine": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}