eslint-config-benbria

4.0.3 • Public • Published

For ES6 Projects

Copy and paste this into your shell:

npm info "eslint-config-benbria@latest" peerDependencies --json | \
    command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "eslint-config-benbria@latest"
echo '{"extends": "benbria"}' > .eslintrc

Or, for yarn:

npm info "eslint-config-benbria@latest" peerDependencies --json | \
    command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "eslint-config-benbria@latest"
echo '{"extends": "benbria"}' > .eslintrc

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-benbria

Weekly Downloads

5

Version

4.0.3

License

MIT

Unpacked Size

6.88 kB

Total Files

3

Last publish

Collaborators

  • jwalton