0 votes
in NodeJS Essentials by

Which of the following is used to create linters in Node.js?

A) ESLint

B) JSHint

C) Standard

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: ESLint, JSHint, and Standard are all used to create linters in Node.js.

...