mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
This commit corrects definition of `headroom.js` to support proper NPM name and also adds some more details to the implementation. Authors of `types/headroom` are left as the owners of original implementation in this PR. Changes: - package name - DT header details - default settings for linter/styles - maintainer added https://github.com/WickyNilliams/headroom.js https://github.com/WickyNilliams/headroom.js/blob/master/src/Headroom.js See tests of the 'types/headroom' version, which does not match package name:6970a8fffa/types/headroom/headroom-tests.ts (L1)and the header of current `types/headroom`:6970a8fffa/types/headroom/index.d.ts (L1)The types should be `types/headroom.js`: https://www.npmjs.com/package/headroom.js6970a8fffa/types/headroom/tslint.json (L8)Thanks!
2 lines
33 B
JSON
2 lines
33 B
JSON
{ "extends": "dtslint/dt.json" }
|