Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mastering Web Application Development with Express
  • Table Of Contents Toc
Mastering Web Application Development with Express

Mastering Web Application Development with Express

By : Alexandru Vladutu
3.7 (3)
close
close
Mastering Web Application Development with Express

Mastering Web Application Development with Express

3.7 (3)
By: Alexandru Vladutu

Overview of this book

If you are a Node.js developer who wants to take your Express skills to the next level and develop high performing, reliable web applications using best practices, this book is ideal for you. The only prerequisite is knowledge of Node.js.
Table of Contents (13 chapters)
close
close
12
Index

Code linting


So far, we have learned about complexity and code-coverage tools, but there are some other static-analysis tools we can use to lint our code based on different rules:

JSLint is highly opinionated when it comes to the rules, while JSHint is more flexible. ESLint is the newest of the three and has support for pluggable rules.

Note

To find out more about the differences between JSHint and ESLint, read the blog post at http://www.nczonline.net/blog/2013/07/16/introducing-eslint/.

For our example, we will use ESLint using the following command:

$ npm i eslint ––save-dev

Before we run the eslint command-line tool, we should create two files inside our root: .eslintignore and eslint.json. The first one indicates what files should be ignored:

node_modules/*
test/*
coverage/*

The second one is used for overriding the default configuration of eslint:

{
  ...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mastering Web Application Development with Express
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon