1.2.6 • Published 6 years ago

eslint-config-abolkog v1.2.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

npm code style abolkog npm version

This is the Linter rules for react native dev based on eslint-config-aribnbn

Usage

  1. Install it:

npm install --save-dev eslint-config-abolkog

  1. Create .eslintrc file
{
    "extends": "abolkog"
}