Skip to content

Commit

Permalink
tailwind v4 upgrade, drop postcss
Browse files Browse the repository at this point in the history
Also drop eslint-plugin-tailwindcss because it may be awhile before it
supports v4:

francoismassart/eslint-plugin-tailwindcss#325
  • Loading branch information
bgentry committed Feb 1, 2025
1 parent 2de1131 commit c28d3c5
Show file tree
Hide file tree
Showing 21 changed files with 827 additions and 906 deletions.
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import reactRefresh from "eslint-plugin-react-refresh";
import tseslint from "typescript-eslint";
import eslintConfigPrettier from "eslint-config-prettier";
import storybook from "eslint-plugin-storybook";
import tailwindcss from "eslint-plugin-tailwindcss";

export default tseslint.config(
{ ignores: ["dist"] },
Expand All @@ -24,7 +23,6 @@ export default tseslint.config(
"react-hooks": reactHooks,
"react-refresh": reactRefresh,
storybook: storybook,
tailwindcss: tailwindcss,
},
rules: {
...reactHooks.configs.recommended.rules,
Expand Down
Loading

0 comments on commit c28d3c5

Please sign in to comment.