eslint-plugin-prefer-arrow-functions icon indicating copy to clipboard operation
eslint-plugin-prefer-arrow-functions copied to clipboard

Export types declaration

Open AndreaPontrandolfo opened this issue 5 months ago • 1 comments

Description

With ESLint V9, it now became very valuable for ESlint plugins to export types declaration.

Suggested Solution

The project is already in Typescript. Use some kind of bundler to export the types declaration.

AndreaPontrandolfo avatar Aug 30 '24 23:08 AndreaPontrandolfo