6.0.0 • Published 7 years ago

eslint-config-makeapps v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-makeapps

Installation/usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires:

  • eslint
  • babel-eslint
  • eslint-config-airbnb-base
  • eslint-plugin-import
  • eslint-plugin-better
  • eslint-plugin-fp
  • eslint-plugin-lodash-fp
  1. Ensure packages are installed with correct version numbers by running:

    (
      export PKG=eslint-config-makeapps;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
    )

    If you don't have yarn installed, use this instead:

    (
      export PKG=eslint-config-makeapps;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm i --save-dev "$PKG@latest"
    )
  2. Add "extends": "makeapps" to your ESLint configuration.

6.0.0

7 years ago

5.1.0

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago