I am looking to create a comprehensive TypeScript coding guideline that can be easily shared across various projects. Instead of repeatedly copying and pasting a tslint.json
file, I aim to have a unified version to avoid any divergence issues.
My guideline will be based on tslint:recommended
, and I have noticed that the tslint syntax allows for the use of extend
. However, I am unsure about how to use it and how to structure such a package.
Is it sufficient for this project to consist solely of a tslint.json
file, or do I need to export a module?
My ultimate goal is to host this package on an npm or Sinopia instance, but I am uncertain about the next steps to take.