-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Description
Okay, I've put together a beta for typescript support.
I've run it through a few projects, but likely haven't hit every issue so I'm looking for testers. Both for errors as well as suggestions on rules. It's mostly based on my own existing eslint as well as airbnb's typescript rules.
to run:
- In a project with
package.json
, runnpx install-peerdeps --dev [email protected]
- In your
package.json
add this:
"eslintConfig": {
"extends": "wesbos/typescript.js"
},
- I needed to create an empty
tsconfig.json
in the root for it to work.
Then the rest of the steps for VS code or CLI will work.
let me know what you think / run into!
Asjascorysimmons, r3Fuze and harunfr
Metadata
Metadata
Assignees
Labels
No labels