chore: use prettier for project and apply to all files

This commit is contained in:
Tianzhou Chen
2023-04-29 22:49:07 +08:00
parent 74754e1476
commit ea7a48a26b
55 changed files with 1040 additions and 434 deletions

View File

@ -1,6 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/pages/**/*.{js,ts,jsx,tsx}", "./src/components/**/*.{js,ts,jsx,tsx}"],
content: [
"./src/pages/**/*.{js,ts,jsx,tsx}",
"./src/components/**/*.{js,ts,jsx,tsx}",
],
darkMode: "class",
theme: {
extend: {