Skip to main content

@hz-9/eslint-config-airbnb-ts

Less than 1 minute

@hz-9/eslint-config-airbnb-ts

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

NPM Version NPM License NPM Downloads
Node Version Last Commit

Installation

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

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

Usage

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

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

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

eslint --fix .