Skip to content

Commit

Permalink
refactor: remove eslint-plugin-tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Jan 26, 2024
1 parent 9c3cdbc commit 46a729a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
1 change: 0 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@mh4gf/eslint-config": "^0.5.2",
"eslint-config-next": "^14.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-import-access": "^1.1.2"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/src/base.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('eslint/lib/shared/types').ConfigData} */
module.exports = {
plugins: ["import-access"],
extends: ["@mh4gf/eslint-config", "plugin:tailwindcss/recommended"],
extends: ["@mh4gf/eslint-config"],
parserOptions: { project: "./tsconfig.json" },
settings: {
"import/resolver": {
Expand Down
16 changes: 2 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46a729a

Please sign in to comment.