0.3.10 • Published 1 year ago

@hz-9/eslint-config-airbnb v0.3.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@hz-9/eslint-config-airbnb

A eslint config for for 'hz-9' (JavaScript).

NPM Version NPM License NPM Downloads Node Version Last Commit

Document | 文档

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 .
0.3.10

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago