@hz-9/eslint-config-airbnb
v0.3.10
Published
A eslint config for for 'hz-9' (JavaScript)
Downloads
57
Readme
@hz-9/eslint-config-airbnb
A eslint config for for 'hz-9' (JavaScript).
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 .