1.1.0 • Published 8 years ago

eslint-config-rebem v1.1.0

Weekly downloads
33
License
MIT
Repository
github
Last release
8 years ago

npm

ESLint Shareable Configs.

npm i -D eslint-config-rebem babel-eslint eslint-plugin-babel eslint-plugin-react
// .eslintrc
{
  "extends": [
    "rebem/configs/common",
    "rebem/configs/babel",
    "rebem/configs/react",
    "rebem/configs/test"
  ],
  "rules": {
    // custom tweaks
  }
}

If working with React config, install eslint-plugin-react@4.0.0 or above.

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-beta.2

8 years ago

1.0.0-beta.1

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago

0.3.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago