Skip to content

Commit b24ebfe

Browse files
committed
ADD: Prettier;
Signed-off-by: HarmonySkull <developer@harmonyskull.codes> Signed-off-by: HarmonySkull <13292121+HarmonySkull@users.noreply.github.com>
1 parent 709875e commit b24ebfe

File tree

3 files changed

+1116
-20293
lines changed

3 files changed

+1116
-20293
lines changed

.prettierrc.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"semi": false,
3-
"tabWidth": 2,
4-
"useTabs": true,
5-
"printWidth": 100,
6-
"singleQuote": true,
7-
"trailingComma": "es5",
8-
"jsxSingleQuote": true,
9-
"bracketSpacing": true
2+
"jsxSingleQuote": true,
3+
"useTabs": true,
4+
"tabWidth": 2,
5+
"semi": false,
6+
"singleQuote": true,
7+
"trailingComma": "es5"
108
}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"@types/react": "^18.0.15",
1717
"@types/react-dom": "^18.0.6",
1818
"@vitejs/plugin-react": "^2.0.0",
19+
"autoprefixer": "^10.4.7",
20+
"postcss": "^8.4.14",
21+
"prettier": "2.7.1",
22+
"tailwindcss": "^3.1.6",
1923
"typescript": "^4.6.4",
2024
"vite": "^3.0.0"
2125
}

0 commit comments

Comments
 (0)