Skip to Content
Learning TypeScript 2.x - Second Edition
book

Learning TypeScript 2.x - Second Edition

by Remo H. Jansen
April 2018
Beginner content levelBeginner
536 pages
13h 21m
English
Packt Publishing
Content preview from Learning TypeScript 2.x - Second Edition

Linting tools

The following tool is a code linting tool. A linting tool helps us to enforce certain code styling rules in our code base. For example, in a large development team, it is very common to have long discussions about the code styling.

The term code styling refers to certain cosmetic elements of our code, such as using spaces or tabs. However, sometimes the code styling involves certain rules that are not purely cosmetic and are intended to make our code more maintainable. A good example of this would be a code styling rule that enforces using trailing commas.

Code styling guidelines and rules are great but enforcing them can take a significant amount of human effort. We would have to review every single code change to make sure ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering TypeScript - Fourth Edition

Mastering TypeScript - Fourth Edition

Nathan Rozentals
Learning TypeScript

Learning TypeScript

Josh Goldberg
TypeScript for Beginners

TypeScript for Beginners

Bharath Thippireddy

Publisher Resources

ISBN: 9781788391474Supplemental Content