eslint-config-airbnb-es5

Unofficial Airbnb ESLint config, following their ES5 style guide

MIT 12 个版本
安装
npm install eslint-config-airbnb-es5
yarn add eslint-config-airbnb-es5
pnpm add eslint-config-airbnb-es5
bun add eslint-config-airbnb-es5
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.

版本列表
1.2.0 2017-07-07
1.1.0 2016-10-28
1.0.9 2016-05-09
1.0.8 2015-09-05
1.0.7 2015-09-05
1.0.6 2015-08-26
1.0.5 2015-08-13
1.0.4 2015-08-13
1.0.3 2015-08-12
1.0.2 2015-08-12
1.0.1 2015-08-12
1.0.0 2015-08-12