1.1.0 • Published 9 years ago

eslint-config-rebem v1.1.0

Weekly downloads
33
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.0

9 years ago

1.0.0-beta.2

9 years ago

1.0.0-beta.1

9 years ago

1.0.0-alpha.2

10 years ago

1.0.0-alpha.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago