Package Exports
- eslint-config-fbjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-fbjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-fbjs
For the most part, this configuration matches the ESLint configuration we have internally at Facebook.
There are several exceptions:
- No special cases for projects. Some projects have stricter lint rules. Those configurations are not present here. If you open source a project with different configuration, just specify the overrides in your own repository's
.eslintrc
- No fb-specific rules. We have a number of custom rules internally that are not synced out. We may do that in the future. This means there are several things which we will not catch here but will be caught in Phabricator. Beware of that when relying on this configuration as your only linting process.
Usage
Install:
npm install --save-dev eslint-config-fbjs eslint-plugin-babel eslint-plugin-flow-vars eslint-plugin-react eslint babel-eslint
Configure
Add extends: 'fbjs'
to your local .eslintrc