1.0.0-rc.1 • Published 9 years ago

eslint-config-ezhome v1.0.0-rc.1

Weekly downloads
58
License
BSD-3-Clause
Repository
github
Last release
9 years ago

eslint-config-ezhome

Circle CI npm version npm license

This package provides Ezhome's .eslintrc as an extensible shared config.

Requirements

As of 1.0.0 release eslint-config-ezhome requires,

Usage

  1. Install eslint-config-ezhome and some other ESLint dev dependencies as,

    npm install --save-dev eslint-config-ezhome
  2. Add next snippet,

      "eslintConfig": {
        "extends": "ezhome"
      }

    to your package.json

Note on preferred ESLint versions

As of 1.0.0 release, eslint-config-ezhome installs:

  • eslint@3.3.1
  • babel-eslint@6.1.2
  • eslint-plugin-import@1.14.0
  • eslint-plugin-react@6.1.2

as its requirements. You still able to install other versions of ESLint packages, but we recommend use versions listed above.

Other Configs

ezhome/base

Use ezhome/base config in case your project still heavilly uses ES5 features. In other words, if your project still uses var statement you need to use this config.

ezhome/alternate

Alternate config which provides comma-dangling and uses 2 spaces for indent in JS and JSX code. Good config for new projects.

1.0.0-rc.1

9 years ago

1.0.0-beta.8

9 years ago

1.0.0-beta.7

9 years ago

1.0.0-beta.6

9 years ago

1.0.0-beta.5

9 years ago

1.0.0-beta.4

9 years ago

1.0.0-beta.3

9 years ago

1.0.0-beta.2

9 years ago

1.0.0-beta.1

9 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.5.0-beta

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.3.0-rc2

10 years ago

0.3.0-rc1

10 years ago

0.3.0-beta2

10 years ago

0.3.0-beta

10 years ago

0.2.0

10 years ago

0.2.0-beta

10 years ago

0.1.0

10 years ago

0.1.0-alpha

10 years ago