eslint-config-change-fe
v16.0.0
Published
Change.org's front-end ESLint config
Keywords
Readme
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:
eslinteslint-import-resolver-nodeeslint-plugin-importeslint-plugin-jesteslint-plugin-jsx-a11yeslint-plugin-lodasheslint-plugin-promiseeslint-plugin-reacteslint-plugin-security
See the currently required versions by running this:
npm info eslint-config-change-fe@latest peerDependenciesTo 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"]