0.0.1 • Published 8 years ago

eslint-config-chernetsov v0.0.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
8 years ago

eslint-config-chernetsov

npm version

This package makes little sense without either eslint-config-airbnb or eslint-config-airbnb-base. It only extends them with promise support and other minor tweaks.

Usage

Requires eslint, eslint-plugin-import and eslint-plugin-promise.

  1. Ensure packages are installed with correct version numbers by running:

    npm v eslint-config-chernetsov peerDependencies --json |
    command sed 's/[\{\},"]//g ; s/: /@/g' |
    xargs npm i -D eslint-config-chernetsov

    Which produces and runs a command like:

    npm i -D eslint-config-chernetsov eslint@^0.0.0 eslint-plugin-import@^0.0.0 eslint-plugin-promise@^0.0.0
  2. Add "chernetsov" to"extends" array in your .eslintrc probably right after "airbnb-base" or "airbnb".