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