Which of the following is used to create linters in Node.js?
A) ESLint
B) JSHint
C) Standard
D) all of the above
Answer: D
Explanation: ESLint, JSHint, and Standard are all used to create linters in Node.js.