10.0.0 • Published 2 months ago

@colony/eslint-config-colony v10.0.0

Weekly downloads
235
License
MIT
Repository
github
Last release
2 months ago

eslint-config-colony

The eslint configuration used for Colony OSS projects. Instructions copied from eslint-config-airbnb

Usage

Our default export contains all of our ESLint rules.

Requirements

  • eslint
  • babel-eslint
  • eslint-config-airbnb-base
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-prettier
  • prettier

If you use yarn, run npm info "@colony/eslint-config-colony@latest" peerDependencies to list the peer dependencies and versions, then run yarn add --dev <dependency>@<version> for each listed peer dependency. See below for npm instructions.

  1. Install the correct versions of each package, which are listed by the command:

    npm info "@colony/eslint-config-colony@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev @colony/eslint-config-colony

    If using yarn, you can also use the shortcut described above if you have npm 5+ installed on your machine, as the command will detect that you are using yarn and will act accordingly. Otherwise, run npm info "@colony/eslint-config-colony@latest" peerDependencies to list the peer dependencies and versions, then run yarn add --dev <dependency>@<version> for each listed peer dependency.

    If using npm < 5, Linux/OSX users can run

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

    Which produces and runs a command like:

    npm install --save-dev @colony/eslint-config-colony eslint@^#.#.# eslint-plugin-import@^#.#.#

    If using npm < 5, Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

    npm install -g install-peerdeps
    install-peerdeps --dev @colony/eslint-config-colony

    The cli will produce and run a command like:

    npm install --save-dev @colony/eslint-config-colony eslint@^#.#.# eslint-plugin-import@^#.#.#
  2. Add "extends": "@colony/eslint-config-colony" to your .eslintrc

10.0.0

2 months ago

9.2.0

1 year ago

9.1.0

1 year ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

8.0.1

4 years ago

8.0.0

5 years ago

8.0.0-beta.3

5 years ago

8.0.0-beta.2

5 years ago

8.0.0-beta.1

5 years ago

8.0.0-beta.0

5 years ago

7.0.0

6 years ago

7.0.0-beta.1

6 years ago

6.0.0

6 years ago

6.0.0-beta.2

6 years ago

6.0.0-beta.1

6 years ago

5.0.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago