-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add TypeScript declaration file #488
Comments
Should we go all in with |
Real life example from neostandard: https://github.com/neostandard/neostandard/blob/08ae5469c71def357f0202fed2be9b83f62efc5a/lib/configs/base.js#L5
I have a PR for that in another project, so I’m +1 on it |
Will probably wait on #484 to begin any work here, as don't want the tooling to have to be outdated to be supported... |
What is the status of this work? Is it still being considered or will it not be added at this time? |
Description
Add a TypeScript declaration file.
Steps to Reproduce
import promise from 'eslint-plugin-promise'
eslint-plugin-promise
in VSCExpected behavior: [What you expect to happen]
Get no errors.
Actual behavior: [What actually happens]
Get errors in VSC about TS types
The text was updated successfully, but these errors were encountered: