projectwallace / css-code-quality

Calculate the Code Quality score of your CSS based on a range of different quality guards.
https://www.projectwallace.com/css-code-quality
MIT License
74 stars 3 forks source link

types not exported correctly #18

Closed bartveneman closed 5 months ago

bartveneman commented 5 months ago

Duplicate of several issues, including https://github.com/projectwallace/css-analyzer/issues/394

Could not find a declaration file for module '@projectwallace/format-css'. '/**redacted**/node_modules/@projectwallace/format-css/dist/format.modern.js' implicitly has an 'any' type.
There are types at '/**redacted**/node_modules/@projectwallace/format-css/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@projectwallace/format-css' library may need to update its package.json or typings.ts(7016)
Screenshot 2024-04-13 at 15 15 36

This error is actually from format-css, but this package also has the same error.