Skip to content

Commit

Permalink
Ref tailwindcss plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
OreQr committed Jan 7, 2025
1 parent 39c2e74 commit 5c2d310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,5 @@
"tailwindcss": {
"callees": ["cn"]
}
},
"overrides": [
{
"files": ["tailwind.config.ts"],
"rules": {
"@typescript-eslint/no-require-imports": "off"
}
}
]
}
}
3 changes: 2 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Config } from "tailwindcss"
import tailwindcssAnimate from "tailwindcss-animate"
import { fontFamily } from "tailwindcss/defaultTheme"

export default {
Expand Down Expand Up @@ -63,5 +64,5 @@ export default {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [tailwindcssAnimate],
} satisfies Config

0 comments on commit 5c2d310

Please sign in to comment.