Shared TSLint rules to enforce a consistent code style for Node.js development with TypeScript
npm install node-tslint-rulesShared [TSLint] rules to enforce a consistent code style for backend development with [TypeScript]



> Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.
The value of the software produced is directly affected by the quality of the codebase, and not every developer might
- be aware of the potential pitfalls of certain constructions in [TypeScript],
- know that not every developer is as capable in understanding an elegant (but abstract) solution as the original
developer.
For that purpose, we need to use static code analysis tools such as [TSLint] to check readability, maintainability,
and functionality errors.
Although complying with these tools may seem to appear as undesired overhead or may limit creativity, it becomes
easier for any new developers to read, preventing a lot of time/frustration spent figuring out the structure
and characteristics of the code.
Containing a set of [TSLint] rules, node-tslint-rules has been compiled using many contributions
from colleagues, commercial/open-source projects and some other sources from the Internet, as well as years of development
using the [Angular] framework.
#### NOTE
All [TSLint] rules covered by this project are explained on this article https://medium.com/burak-tasci/angular-tslint-rules-a-configuration-preset-for-both-tslint-codelyzer-8b5fa1455908, in depth.
If you have questions, comments or suggestions, just create an issue on this repository. I'll try to revise and republish
these rules with new insights, experiences and remarks in alignment with the updates on [TSLint].
#### Thanks to
- [JetBrains], for their support to this open source project with free [WebStorm] licenses.
Copyright (c) 2019 [Burak Tasci]
[TSLint]: https://github.com/palantir/tslint
[TypeScript]: https://github.com/Microsoft/TypeScript
[JSDoc]: http://usejsdoc.org
[JetBrains]: https://www.jetbrains.com/community/opensource
[WebStorm]: https://www.jetbrains.com/webstorm
[Burak Tasci]: https://github.com/fulls1z3