0.0.1 • Published 8 years ago
eslint-config-chernetsov v0.0.1
eslint-config-chernetsov
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.
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
Add
"chernetsov"
to"extends"
array in your .eslintrc probably right after"airbnb-base"
or"airbnb"
.
0.0.1
8 years ago