style: eslint, prettier, and tailwind config

This commit is contained in:
spencerwooo
2023-01-26 15:36:53 +08:00
parent 799a423dbd
commit ebe202602d
7 changed files with 21 additions and 18 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ const colors = require('tailwindcss/colors')
const siteConfig = require('./config/site.config')
module.exports = {
mode: 'jit',
content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
content: ['./src/**/*.{js,ts,jsx,tsx}'],
theme: {
colors: {
transparent: 'transparent',