Skip to content

Commit

Permalink
chore: disable tailwindcss eslint plugin which does not yet support v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Feb 4, 2025
1 parent fe6e988 commit 8771a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import nextConfig from "@acdh-oeaw/eslint-config-next";
import nodeConfig from "@acdh-oeaw/eslint-config-node";
import playwrightConfig from "@acdh-oeaw/eslint-config-playwright";
import reactConfig from "@acdh-oeaw/eslint-config-react";
import tailwindcssConfig from "@acdh-oeaw/eslint-config-tailwindcss";
// import tailwindcssConfig from "@acdh-oeaw/eslint-config-tailwindcss";
import gitignore from "eslint-config-flat-gitignore";
// @ts-expect-error Missing type declaration.
import checkFilePlugin from "eslint-plugin-check-file";
Expand All @@ -14,7 +14,7 @@ const config: Config = [
...baseConfig,
...reactConfig,
...nextConfig,
...tailwindcssConfig,
// ...tailwindcssConfig,
...playwrightConfig,
{
plugins: {
Expand Down

0 comments on commit 8771a23

Please sign in to comment.