microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

Update tslint extends path #56

Closed DenisCarriere closed 7 years ago

DenisCarriere commented 7 years ago

Add proper tslint extends path.

Defined here: https://github.com/DefinitelyTyped/DefinitelyTyped#lint

{
    "extends": "dtslint/dt.json",
    "rules": {
        // This package uses the Function type, and it will take effort to fix.
        "ban-types": false
    }
}
ghost commented 7 years ago

Did that in #50.

DenisCarriere commented 7 years ago

👍 Awesome, didn't notice the PR (was looking at the master branch).