Skip to content

Instantly share code, notes, and snippets.

@ne2da
Last active April 23, 2021 08:09
Show Gist options
  • Save ne2da/8146b64665a37f33c02a064cc3af9565 to your computer and use it in GitHub Desktop.
Save ne2da/8146b64665a37f33c02a064cc3af9565 to your computer and use it in GitHub Desktop.
Базовые настройки конфига .eslintrc для ESLint в связке с Prettier
{
"extends": ["plugin:react/recommended", "airbnb", "prettier"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment