Skip to main content

@hz-9/eslint-config-airbnb

Less than 1 minute

@hz-9/eslint-config-airbnb

A eslintopen in new window config for 'hz-9' (JavaScript).

NPM Version NPM License NPM Downloads
Node Version Last Commit

Installation

To install the @hz-9/eslint-config-airbnb package, run the following command:

npm install @hz-9/eslint-config-airbnb --save-dev

Usage

To use this configuration, add the following code to your .eslintrc.js file:

module.exports = {
  extends: [
    '@hz-9/eslint-config-airbnb'
  ],
}

After that, you can run the ESLint fix command to automatically fix linting issues:

eslint --fix .