eslint / rewrite

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

feat: Add eslint/core package #68

Closed nzakas closed 4 days ago

nzakas commented 6 days ago

Prerequisites checklist

What is the purpose of this pull request?

This package creates the @eslint/core package, which is the future home of the runtime-agnostic rewritten core of ESLint.

Right now it just exports types for language plugins.

What changes did you make? (Give an overview)

Related Issues

fixes #62

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

I wasn't sure if we should be testing the type definitions somehow? I'd defer to someone with more TypeScript knowledge than I on how that might be done.