Skip to content

Commit

Permalink
Ignore arethetypeswrong named-exports rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Sep 15, 2024
1 parent a4db55e commit 2c19fec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,11 @@ jobs:
run: pnpm run test:coverage

- name: Validate the build's packaging CJS and ESM compatibility
run: npx @arethetypeswrong/cli@0.16.2 --pack
# For now, we ignore the named-exports rule, as this gets triggered for
# the `node16 (from ESM)` context, and appears hard to resolve while
# still avoiding these issues:
# - https://github.com/sjdemartini/mui-tiptap/issues/256
# - https://github.com/sjdemartini/mui-tiptap/issues/264
# Ideally we can fix this in the future without breaking Node and NextJS
# contexts.
run: npx @arethetypeswrong/cli@0.16.2 --pack --ignore-rules named-exports

0 comments on commit 2c19fec

Please sign in to comment.