eslint-utils icon indicating copy to clipboard operation
eslint-utils copied to clipboard

Feature request: Add types for TypeScript

Open tyankatsu0105 opened this issue 3 years ago • 3 comments

I want to use the eslint-utils with TypeScript. However, the project doesn't have types.

typescript-eslint and eslint-plugin-vue has type themselves.

How about having type for developers who want to use TypeScript?

tyankatsu0105 avatar May 05 '21 05:05 tyankatsu0105

Sounds nice idea.

But I'm worried about AST node types. Each third-party parser has additional nodes. If this package has AST types, does it cause type errors about the additional nodes?

mysticatea avatar May 14 '21 02:05 mysticatea

FYI https://github.com/DefinitelyTyped/DefinitelyTyped/pull/53803

ota-meshi avatar Jun 17 '21 04:06 ota-meshi

@mysticatea this issue can be closed, I think.

JoshuaKGoldberg avatar Nov 17 '21 15:11 JoshuaKGoldberg