ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

TsLint assumes system file structure #18

Closed studio315b closed 5 years ago

studio315b commented 5 years ago

TsLint attempts to enherit from "../tslint.json/tslint.json" which is outside the bounds of the git repository. I was able to find your tslint repo and set it up appropriately, but this seems sub optimal, and is not in your setup instructions. I would suggest either making your tslint rules a package that you require, or as a git submodule.