JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2161
  • Score
    100M100P100Q127539F
  • License MIT

Unofficial Airbnb ESLint config, following their ES5 style guide

Package Exports

  • eslint-config-airbnb-es5

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-airbnb-es5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

* If you find any problems with this package, feel free to submit an issue or pull request.

eslint-config-airbnb-es5

This package provides an Unofficial Airbnb ESLint config, following their ES5 style guide.

Usage

  1. npm install --save-dev eslint-config-airbnb-es5 babel-eslint eslint-plugin-react
  2. add "extends": "eslint-config-airbnb-es5" to your .eslintrc

You may need to install the package globally for it to be found by the parser if you have ESLint installed globally.

  • npm install -g eslint-config-airbnb-es5

See Airbnb's ES5 Javascript styleguide and the ESlint config docs for more information.