eslint-config-change-fe

16.0.0 • Public • Published

eslint-config-change-fe

This package provides Change.org's front-end eslint configuration. It extends eslint-config-airbnb and eslint-config-change-base.

It requires these modules as peer dependencies:

  • eslint
  • eslint-import-resolver-node
  • eslint-plugin-import
  • eslint-plugin-jest
  • eslint-plugin-jsx-a11y
  • eslint-plugin-lodash
  • eslint-plugin-promise
  • eslint-plugin-react
  • eslint-plugin-security

See the currently required versions by running this:

	npm info eslint-config-change-fe@latest peerDependencies

To use, just include this module as a devDependency, and then add

  "extends": "change-fe"

to your eslintrc.

If using mocha or jest, you'll want to do something like this:

  "extends": ["change-fe", "change-base/jest"]

/eslint-config-change-fe/

    Package Sidebar

    Install

    npm i eslint-config-change-fe

    Weekly Downloads

    99

    Version

    16.0.0

    License

    MIT

    Unpacked Size

    3.34 kB

    Total Files

    7

    Last publish

    Collaborators

    • jlouis-change
    • quaelin
    • mwilliams-change
    • mdimas
    • mpardee
    • jmerrifield