DEV Community

Discussion on: Learn to configure ESLINT and PRETTIER in react

Collapse
 
penguintheorem profile image
Attilio Urbani

Hello,

thanks for the article, it's very helpful! I had to install eslint-plugin-import first before setting this rule "import/first": "error", is that correct?