Skip to content

Instantly share code, notes, and snippets.

View z347's full-sized avatar
🙃
programming is fun

Volodymyr Shylo z347

🙃
programming is fun
  • Ukraine, Lviv
View GitHub Profile
@z347
z347 / readme.md
Created January 12, 2021 10:19 — forked from kuhelbeher/readme.md
Eslint airbnb config + prettier for create-react-app project

This is tutorial of onfiguring eslint, prettier for your project

Make your code great again

  1. Eslint

First of all we need to install eslint and configs as dev dependencies. You can use your own config, but I will use config from airbnb:

yarn add -D eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react