1.0.1 • Published 9 months ago

@axellero/eslint-config-typescript v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Installation

Add peer dependencies:

$ yarn add -D eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin

...then install config packages:

$ yarn add -D @axellero/eslint-config-typescript

Usage

{
  // package.json
  "eslintConfig": {
    "extends": [
      "@axellero/eslint-config-typescript",
      // WARNING.
      // Requires tsconfig to be presented in `parserOptions.project`.
      // May cause performance problems, so we don't recommend adding it right away.
      "@axellero/eslint-config-typescript/with-type-check"
    ]
  }
}

Contributing

Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.

License

axellero eslint config license