contentlayerdev / contentlayerdev/website

Improve "known problems" page

Open
#32 0 comments 0 reactions 1 assignee Claimed by @seancdavis View on GitHub
documentation
Dominant language
TypeScript
Stars
132
Forks
57
PR merge metrics
No merged PRs in 30d

Description

Beyond simply referring to the GitHub issues page, we should also provide a quick list of known limitations and workarounds including:

### `eslint-plugin-import` doesn't support `exports` in `package.json`

#### Problem

image

Eslint shows an error but "there is none".

#### Workaround

Until https://github.com/import-js/eslint-plugin-import/issues/2352 is fixed:

```
// TODO remove eslint-disable when fixed https://github.com/import-js/eslint-plugin-import/issues/1810
// eslint-disable-next-line import/no-unresolved
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.