ESLint Flashcards

1
Q

We can initialize a default ESlint configuration with the command:

A

npx eslint –init

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The p_._._s property provides a way to extend ESLint’s functionality by adding custom rules, configurations, and other capabilities that are not available in the core ESLint library

A

The ->plugins<- property provides a way to extend ESLint’s functionality by adding custom rules, configurations, and other capabilities that are not available in the core ESLint library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly