Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to eslint-v9
  • Loading branch information
ineshbose committed Apr 15, 2024
2 parents feb816e + e5e7719 commit 2fb9e45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 63 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"h3": "^1.11.1",
"pathe": "^1.1.2",
"postcss": "^8.4.33",
"postcss-custom-properties": "^13.3.6",
"postcss-nesting": "^12.1.0",
"tailwind-config-viewer": "^1.7.3",
"tailwindcss": "~3.4.1",
Expand Down
69 changes: 9 additions & 60 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ export default defineNuxtModule<ModuleOptions>({
postcssOptions.plugins = {
...(postcssOptions.plugins || {}),
'tailwindcss/nesting': postcssOptions.plugins?.['tailwindcss/nesting'] ?? {},
'postcss-custom-properties': postcssOptions.plugins?.['postcss-custom-properties'] ?? {},
'tailwindcss': enableHMR ? twConfig.dst satisfies string : _config,
tailwindcss: enableHMR ? twConfig.dst satisfies string : _config
}

// enabled only in development
Expand Down

0 comments on commit 2fb9e45

Please sign in to comment.