ESLint Flashcards
1
Q
We can initialize a default ESlint configuration with the command:
A
npx eslint –init
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