Skip to content

Instantly share code, notes, and snippets.

View rogigs's full-sized avatar
🎯
Focusing

Igor Soares rogigs

🎯
Focusing
View GitHub Profile
@Gustavo-Kuze
Gustavo-Kuze / setup_prettier_eslint_airbnb.md
Last active August 1, 2024 17:17
Como configurar o Prettier/ESLint com o preset do AirBnb em projetos React e NodeJS

Como configurar o Prettier/ESLint com o preset do AirBnb em projetos React e NodeJS

ReactJS

  1. Instale as seguintes dependencias em seu projeto React:
yarn add -D babel-eslint prettier eslint-config-prettier eslint-plugin-prettier eslint eslint-plugin-react eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-import eslint-import-resolver-webpack