0.1.1 • Published 5 months ago

@anion155/eslint-config-react v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

What is this module about?

It's my personal eslint configuration. It's based on eslint-config-airbnb, uses prettier, and some other eslint plugins.

Checkout complementary configurations:

Usage

npm install --save-dev @anion155/eslint-config eslint prettier
// .eslintrc.json
{
  "extends": ["@anion155/eslint-config"]
}