Skip to content

Commit f8915b1

Browse files
committed
chore: remove eslint-plugin-tailwindcss for Tailwind CSS v4
1 parent 22d5e53 commit f8915b1

3 files changed

Lines changed: 9 additions & 25 deletions

File tree

apps/solidjs-boilerplate/.eslintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint",
3232
"solid",
3333
"unused-imports",
34-
"tailwindcss",
34+
// "tailwindcss",
3535
// "simple-import-sort",
3636
"eslint-plugin-tsdoc",
3737
"import",
@@ -44,7 +44,7 @@
4444
"plugin:@typescript-eslint/recommended",
4545
"plugin:solid/typescript",
4646
"plugin:jsx-a11y/recommended",
47-
"plugin:tailwindcss/recommended",
47+
// "plugin:tailwindcss/recommended",
4848
"plugin:prettier/recommended"
4949
],
5050
"parser": "@typescript-eslint/parser",
@@ -117,7 +117,7 @@
117117
],
118118
"no-underscore-dangle": "off", // We use _id in our database
119119
"solid/no-innerhtml": "off",
120-
"tailwindcss/no-custom-classname": "off",
120+
// "tailwindcss/no-custom-classname": "off",
121121
"tsdoc/syntax": "warn"
122122
}
123123
},

apps/solidjs-boilerplate/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"coverage": "vitest run --coverage",
1313
"test:e2e": "playwright test",
1414
"test:e2e:report": "playwright show-report",
15-
"lint": "eslint --ext .ts,tsx",
16-
"lint:fix": "eslint --fix --ext .ts,tsx",
15+
"lint": "eslint --ext .ts,tsx src",
16+
"lint:fix": "eslint --fix --ext .ts,tsx src",
1717
"lint:css": "stylelint src/**/*{,.*}.{css,scss} --fix",
1818
"type-check": "tsc --noEmit --pretty",
1919
"type-check:watch": "npm run type-check -- --watch",
@@ -52,7 +52,6 @@
5252
"eslint-plugin-react": "^7.37.5",
5353
"eslint-plugin-react-hooks": "^5.2.0",
5454
"eslint-plugin-solid": "^0.14.5",
55-
"eslint-plugin-tailwindcss": "^3.18.0",
5655
"eslint-plugin-testing-library": "^7.5.3",
5756
"eslint-plugin-tsdoc": "^0.4.0",
5857
"eslint-plugin-unused-imports": "^4.1.4",

pnpm-lock.yaml

Lines changed: 4 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)