19.0.4 • Published 2 years ago

eslint-config-airbnb v19.0.4

Weekly downloads
2,594,149
License
MIT
Repository
github
Last release
2 years ago

eslint-config-airbnb

npm version

This package provides Airbnb's .eslintrc as an extensible shared config.

Usage

We export three ESLint configurations for your usage.

eslint-config-airbnb

Our default export contains most of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, eslint-plugin-import, eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-jsx-a11y. Note that it does not enable our React Hooks rules. To enable those, see the eslint-config-airbnb/hooks section.

If you don't need React, see eslint-config-airbnb-base.

  1. Install the correct versions of each package, which are listed by the command:

    npm info "eslint-config-airbnb@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev eslint-config-airbnb

    If using yarn, you can also use the shortcut described above if you have npm 5+ installed on your machine, as the command will detect that you are using yarn and will act accordingly. Otherwise, run npm info "eslint-config-airbnb@latest" peerDependencies to list the peer dependencies and versions, then run yarn add --dev <dependency>@<version> for each listed peer dependency.

    If using npm < 5, Linux/OSX users can run

    (
      export PKG=eslint-config-airbnb;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
    )

    Which produces and runs a command like:

    npm install --save-dev eslint-config-airbnb eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.# eslint-plugin-react-hooks@^#.#.#

    If using npm < 5, Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

    npm install -g install-peerdeps
    install-peerdeps --dev eslint-config-airbnb

    The cli will produce and run a command like:

    npm install --save-dev eslint-config-airbnb eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.# eslint-plugin-react-hooks@^#.#.#
  2. Add "extends": "airbnb" to your .eslintrc

eslint-config-airbnb/hooks

This entry point enables the linting rules for React hooks (requires v16.8+). To use, add "extends": ["airbnb", "airbnb/hooks"] to your .eslintrc.

eslint-config-airbnb/whitespace

This entry point only errors on whitespace rules and sets all other rules to warnings. View the list of whitespace rules here.

eslint-config-airbnb/base

This entry point is deprecated. See eslint-config-airbnb-base.

eslint-config-airbnb/legacy

This entry point is deprecated. See eslint-config-airbnb-base.

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

Improving this config

Consider adding test cases if you're making complicated rules changes, like anything involving regexes. Perhaps in a distant future, we could use literate programming to structure our README as test cases for our .eslintrc?

You can run tests with npm test.

You can make sure this module lints with itself using npm run lint.

@xipkg/eslint-config-customvp-websocket@imwebme/eslint-config-zynk@procore/eslint-config@trebodex/eslint@plone/volto@wallopsio/eslint-config-react@diegofrayo/eslint-config@telusdigital/eslint-config@corva/ui@knapsack-cloud/msk-design-system@knapsack/eslint-config-startereslint-config-dzjfe@dailyswap/eslint-config-tea@ainultech/eslint-config@thaicoding/eslint-config@bedrockstreaming/eslint-plugin-reacteslint-config-metamolistner-resize-pagenoodles-norm@pexel/code-style-configgore-eslintlookly-preset-eslinteslint-config-zenas@mate-academy/eslint-config-frontend-internaleslint-config-adrian-typescriptmobilelivedesignsystemreact@webbranch/eslint-configeslint-config-sunrunmuil-tempgamiphy-reactstudent-log@totominc/eslint-config@tetondev/lint-config@kolesa-group/eslint-configgatsby-starter-emulsify-drupal@plarin/build-configsyadong-react@doordash/eslint-config-doordash@analogyxbi-ui/build-configeslint-config-wildcatajsr-eslint-config-react@dormdev/eslint-config-dormdevapi-connect-test-packagecra-template-morewings-quickstart-redux-eslint-enzymeopinion-pollkolesa-group-eslint-config@frankian/eslint-configkg-stylelint-configeslint-config-hubside@hellpack/eslint-config-hellpack-react@i9ws/eslint-config-i9ws-reactmuil-2another-bad-implementation-of-json-to-arrayplum-fabric@heyastro/eslint-react-config@ownzones/eslint-configmui-table-reactvue-express-mongodb-boilerplateisotone-preset-react@zebra-c/eslintrcmuil-1littles1-modules1nimajnebp-react-app-templatenimajnebp-react-scriptspoc-shared-servereslint-config-tkhiking@qred/eslint-config-qredpocketrocket-common@bamdadsabbagh/eslint-config-react@rosesandbox/eslint-confeslint-config-angertitan@kobakazu0429/eslint-configandrei-cfnreact-microservice-scriptsemulsify-design-system@gmsoft/dva-grid-pluginjuni-eslint-configjuni-linting-config@tealink/eslint-configeslint-for-react-typescript@highereducation/eslint-configeslint-config-ddingdongeslint-config-cwt-kvlnk-configs@wildberries/boilerplate-eslint-config@mkvlrn/eslint-config-tsdemio-browser-viewer@mkvlrn/eslint-config-js@mkvlrn/js@mkvlrn/ts@pohodnik/eslintspace-preconfigured-eslint@michedot/eslint-plugin-t2eslint-config-xiaoqieslint-config-mathiaseslint-config-sensorsdata-reactradio-sdk@pexel/code-config@shubhanshu-works/eslint-config-shubhworks
19.0.3

2 years ago

19.0.2

2 years ago

19.0.4

2 years ago

19.0.1

2 years ago

19.0.0

2 years ago

18.2.1

3 years ago

18.2.0

4 years ago

18.1.0

4 years ago

18.0.1

5 years ago

18.0.0

5 years ago

17.1.1

5 years ago

17.1.0

6 years ago

17.0.0

6 years ago

16.1.0

7 years ago

16.0.0

7 years ago

15.1.0

7 years ago

15.0.2

7 years ago

15.0.1

7 years ago

15.0.0

7 years ago

14.1.0

7 years ago

14.0.0

7 years ago

13.0.0

7 years ago

12.0.0

8 years ago

11.2.0

8 years ago

11.1.0

8 years ago

11.0.0

8 years ago

10.0.1

8 years ago

10.0.0

8 years ago

9.0.1

8 years ago

9.0.0

8 years ago

8.0.0

8 years ago

7.0.0

8 years ago

6.2.0

8 years ago

6.1.0

8 years ago

6.0.2

8 years ago

6.0.1

8 years ago

6.0.0

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.0.0

8 years ago

3.1.0

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6-dev2

9 years ago

0.0.6-dev

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago