eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

fix: Add 'main' and 'types' entries to package.json #48

Closed nzakas closed 3 weeks ago

nzakas commented 3 weeks ago

Prerequisites checklist

What is the purpose of this pull request?

Add main and types entries to package.json files. Even though we have exports specified, some tools still rely on these old, top-level entries.

What changes did you make? (Give an overview)

Related Issues

fixes #46

Is there anything you'd like reviewers to focus on?