eslint-config-benbria-react

4.0.0 • Public • Published

For ES6/React Projects

Copy and paste this into your shell:

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

Or, for yarn:

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-benbria-react

    Weekly Downloads

    1

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    1.96 kB

    Total Files

    3

    Last publish

    Collaborators

    • jwalton